#397009

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

Shades of Bilbao #397009

Tints of Bilbao #397009

Color information

#397009 (or 0x397009) is unknown color: approx Bilbao. HEX triplet: 39, 70 and 09. RGB value is (57,112,9). Sum of RGB (Red+Green+Blue) = 57+112+9=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #397009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397009 is #C68FF6. Grayscale: #545454. Windows color (decimal): -13012983 or 618553. OLE color: 618553.

HSL color Cylindrical-coordinate representation of color #397009: hue angle of 92.04º 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 #397009 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB571129-
CMYK0.4900.920.56
HSL92.04º85.12%23.73%-
HSV(B)92.04º91.96%43.92%-
XYZ7.5312.482.27-
YUV83.8185.78108.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 112 (44.14% from 255) = 62.92%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=32.02%
G=62.92%
B=5.06%

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
Decimal5711290.4900.920.5692.0485.1223.73
Hex397093105C385c5518
Octal71160116101347013412530
Binary11100111100001001110001010111001110001011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397009; }

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

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

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

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

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

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

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

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