#396F09

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

Shades of Bilbao #396F09

Tints of Bilbao #396F09

Color information

#396F09 (or 0x396F09) is unknown color: approx Bilbao. HEX triplet: 39, 6F and 09. RGB value is (57,111,9). Sum of RGB (Red+Green+Blue) = 57+111+9=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #396F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396F09 is #C690F6. Grayscale: #535353. Windows color (decimal): -13013239 or 618297. OLE color: 618297.

HSL color Cylindrical-coordinate representation of color #396F09: hue angle of 91.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #396F09 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB571119-
CMYK0.4900.920.56
HSL91.76º85%23.53%-
HSV(B)91.76º91.89%43.53%-
XYZ7.4212.262.23-
YUV83.2386.11109.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 111 (43.75% from 255) = 62.71%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=32.20%
G=62.71%
B=5.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5711190.4900.920.5691.768523.53
Hex396F93105C385c5518
Octal71157116101347013412530
Binary11100111011111001110001010111001110001011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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