#396B14

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

Shades of Bilbao #396B14

Tints of Bilbao #396B14

Color information

#396B14 (or 0x396B14) is unknown color: approx Bilbao. HEX triplet: 39, 6B and 14. RGB value is (57,107,20). Sum of RGB (Red+Green+Blue) = 57+107+20=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #396B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B14 is #C694EB. Grayscale: #525252. Windows color (decimal): -13014252 or 1338169. OLE color: 1338169.

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

Color convert

RGB5710720-
CMYK0.4700.810.58
HSL94.48º68.5%24.9%-
HSV(B)94.48º81.31%41.96%-
XYZ7.0711.442.5-
YUV82.1392.94110.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 107 (42.19% from 255) = 58.15%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=30.98%
G=58.15%
B=10.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107200.4700.810.5894.4868.524.9
Hex396B142F0513A5e4519
Octal71153245701217213610531
Binary111001110101110100101111010100011110101011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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