#346F06

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

Shades of Bilbao #346F06

Tints of Bilbao #346F06

Color information

#346F06 (or 0x346F06) is unknown color: approx Bilbao. HEX triplet: 34, 6F and 06. RGB value is (52,111,6). Sum of RGB (Red+Green+Blue) = 52+111+6=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #346F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346F06 is #CB90F9. Grayscale: #515151. Windows color (decimal): -13340922 or 421684. OLE color: 421684.

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

Color convert

RGB521116-
CMYK0.5300.950.56
HSL93.71º89.74%22.94%-
HSV(B)93.71º94.59%43.53%-
XYZ7.1312.112.13-
YUV81.3985.45107.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 111 (43.75% from 255) = 65.68%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=30.77%
G=65.68%
B=3.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5211160.5300.950.5693.7189.7422.94
Hex346F63505F385e5a17
Octal6415766501377013613227
Binary1101001101111110110101010111111110001011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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