#397F15

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

Shades of Bilbao #397F15

Tints of Bilbao #397F15

Color information

#397F15 (or 0x397F15) is unknown color: approx Bilbao. HEX triplet: 39, 7F and 15. RGB value is (57,127,21). Sum of RGB (Red+Green+Blue) = 57+127+21=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #397F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F15 is #C680EA. Grayscale: #5E5E5E. Windows color (decimal): -13009131 or 1408825. OLE color: 1408825.

HSL color Cylindrical-coordinate representation of color #397F15: hue angle of 99.62º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #397F15 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB5712721-
CMYK0.5500.830.50
HSL99.62º71.62%29.02%-
HSV(B)99.62º83.46%49.8%-
XYZ9.4116.13.32-
YUV93.9986.81101.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 127 (50% from 255) = 61.95%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=27.80%
G=61.95%
B=10.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57127210.5500.830.5099.6271.6229.02
Hex397F15370533264481d
Octal71177256701236214411035
Binary111001111111110101110111010100111100101100100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397F15; }

 p { color: rgb(57,127,21); }

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

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

 a { background-color: rgb(57,127,21); }

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

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

 span { border-color: rgb(57,127,21); }

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