#346E06

Color #346E06 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #346E06

Tints of Bilbao #346E06

Color information

#346E06 (or 0x346E06) is unknown color: approx Bilbao. HEX triplet: 34, 6E and 06. RGB value is (52,110,6). Sum of RGB (Red+Green+Blue) = 52+110+6=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 110 (43.36% from 255 or 65.48% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 110 - color contains mainly: green. Hex color #346E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346E06 is #CB91F9. Grayscale: #515151. Windows color (decimal): -13341178 or 421428. OLE color: 421428.

HSL color Cylindrical-coordinate representation of color #346E06: hue angle of 93.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #346E06 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB521106-
CMYK0.5300.950.57
HSL93.46º89.66%22.75%-
HSV(B)93.46º94.55%43.14%-
XYZ7.0211.92.1-
YUV80.885.78107.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 110 (43.36% from 255) = 65.48%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=30.95%
G=65.48%
B=3.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5211060.5300.950.5793.4689.6622.75
Hex346E63505F395d5a17
Octal6415666501377113513227
Binary1101001101110110110101010111111110011011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346E06; }

 p { color: rgb(52,110,6); }

 H1.HeaderClassName
 {
   color: #346E06;
 }
 .AnyTagClassName
 {
   color: #346E06;
 }
</style>
background-color css

<style>
 a { background-color: #346E06; }

 a { background-color: rgb(52,110,6); }

 div.DivClassName
 {
   background-color: #346E06;
 }
 .BgClassName
 {
   background-color: #346E06;
 }
</style>
border-color css

<style>
 span { border-color: #346E06; }

 span { border-color: rgb(52,110,6); }

 td.TdClassName
 {
   border-color: #346E06;
 }
 .TagClassName
 {
   border-color: #346E06;
 }
</style>