#397F05

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

Shades of Bilbao #397F05

Tints of Bilbao #397F05

Color information

#397F05 (or 0x397F05) is unknown color: approx Bilbao. HEX triplet: 39, 7F and 05. RGB value is (57,127,5). Sum of RGB (Red+Green+Blue) = 57+127+5=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #397F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F05 is #C680FA. Grayscale: #5C5C5C. Windows color (decimal): -13009147 or 360249. OLE color: 360249.

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

Color convert

RGB571275-
CMYK0.5500.960.50
HSL94.43º92.42%25.88%-
HSV(B)94.43º96.06%49.8%-
XYZ9.316.062.75-
YUV92.1678.81102.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 127 (50% from 255) = 67.20%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=30.16%
G=67.20%
B=2.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5712750.5500.960.5094.4392.4225.88
Hex397F537060325e5c1a
Octal7117756701406213613432
Binary1110011111111101110111011000001100101011110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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