#396B10

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

Shades of Bilbao #396B10

Tints of Bilbao #396B10

Color information

#396B10 (or 0x396B10) is unknown color: approx Bilbao. HEX triplet: 39, 6B and 10. RGB value is (57,107,16). Sum of RGB (Red+Green+Blue) = 57+107+16=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #396B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B10 is #C694EF. Grayscale: #515151. Windows color (decimal): -13014256 or 1076025. OLE color: 1076025.

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

Color convert

RGB5710716-
CMYK0.4700.850.58
HSL92.97º73.98%24.12%-
HSV(B)92.97º85.05%41.96%-
XYZ7.0411.422.32-
YUV81.6890.94110.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=31.67%
G=59.44%
B=8.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107160.4700.850.5892.9773.9824.12
Hex396B102F0553A5d4a18
Octal71153205701257213511230
Binary111001110101110000101111010101011110101011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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