#346B0C

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

Shades of Bilbao #346B0C

Tints of Bilbao #346B0C

Color information

#346B0C (or 0x346B0C) is unknown color: approx Bilbao. HEX triplet: 34, 6B and 0C. RGB value is (52,107,12). Sum of RGB (Red+Green+Blue) = 52+107+12=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #346B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346B0C is #CB94F3. Grayscale: #505050. Windows color (decimal): -13341940 or 813876. OLE color: 813876.

HSL color Cylindrical-coordinate representation of color #346B0C: hue angle of 94.74º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #346B0C is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB5210712-
CMYK0.5100.890.58
HSL94.74º79.83%23.33%-
HSV(B)94.74º88.79%41.96%-
XYZ6.7411.272.17-
YUV79.7289.78108.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 107 (42.19% from 255) = 62.57%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=30.41%
G=62.57%
B=7.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52107120.5100.890.5894.7479.8323.33
Hex346BC330593A5f5017
Octal64153146301317213712027
Binary11010011010111100110011010110011110101011111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,12); }

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

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

 a { background-color: rgb(52,107,12); }

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

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

 span { border-color: rgb(52,107,12); }

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