#396B0C

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

Shades of Bilbao #396B0C

Tints of Bilbao #396B0C

Color information

#396B0C (or 0x396B0C) is unknown color: approx Bilbao. HEX triplet: 39, 6B and 0C. RGB value is (57,107,12). Sum of RGB (Red+Green+Blue) = 57+107+12=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #396B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B0C is #C694F3. Grayscale: #515151. Windows color (decimal): -13014260 or 813881. OLE color: 813881.

HSL color Cylindrical-coordinate representation of color #396B0C: hue angle of 91.58º 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 #396B0C is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB5710712-
CMYK0.4700.890.58
HSL91.58º79.83%23.33%-
HSV(B)91.58º88.79%41.96%-
XYZ7.0111.412.18-
YUV81.2288.94110.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 107 (42.19% from 255) = 60.80%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=32.39%
G=60.80%
B=6.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107120.4700.890.5891.5879.8323.33
Hex396BC2F0593A5c5017
Octal71153145701317213412027
Binary11100111010111100101111010110011110101011100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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