#396E09

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

Shades of Bilbao #396E09

Tints of Bilbao #396E09

Color information

#396E09 (or 0x396E09) is unknown color: approx Bilbao. HEX triplet: 39, 6E and 09. RGB value is (57,110,9). Sum of RGB (Red+Green+Blue) = 57+110+9=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 110 (43.36% from 255 or 62.5% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 110 - color contains mainly: green. Hex color #396E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396E09 is #C691F6. Grayscale: #525252. Windows color (decimal): -13013495 or 618041. OLE color: 618041.

HSL color Cylindrical-coordinate representation of color #396E09: hue angle of 91.49º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #396E09 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB571109-
CMYK0.4800.920.57
HSL91.49º84.87%23.33%-
HSV(B)91.49º91.82%43.14%-
XYZ7.3112.042.2-
YUV82.6486.44109.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 110 (43.36% from 255) = 62.5%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=32.39%
G=62.5%
B=5.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5711090.4800.920.5791.4984.8723.33
Hex396E93005C395b5517
Octal71156116001347113312527
Binary11100111011101001110000010111001110011011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,9); }

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

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

 a { background-color: rgb(57,110,9); }

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

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

 span { border-color: rgb(57,110,9); }

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