#396B13

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

Shades of Bilbao #396B13

Tints of Bilbao #396B13

Color information

#396B13 (or 0x396B13) is unknown color: approx Bilbao. HEX triplet: 39, 6B and 13. RGB value is (57,107,19). Sum of RGB (Red+Green+Blue) = 57+107+19=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #396B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B13 is #C694EC. Grayscale: #525252. Windows color (decimal): -13014253 or 1272633. OLE color: 1272633.

HSL color Cylindrical-coordinate representation of color #396B13: hue angle of 94.09º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #396B13 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB5710719-
CMYK0.4700.820.58
HSL94.09º69.84%24.71%-
HSV(B)94.09º82.24%41.96%-
XYZ7.0611.432.45-
YUV82.0292.44110.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=31.15%
G=58.47%
B=10.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107190.4700.820.5894.0969.8424.71
Hex396B132F0523A5e4619
Octal71153235701227213610631
Binary111001110101110011101111010100101110101011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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