#397127

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

Shades of Bilbao #397127

Tints of Bilbao #397127

Color information

#397127 (or 0x397127) is unknown color: approx Bilbao. HEX triplet: 39, 71 and 27. RGB value is (57,113,39). Sum of RGB (Red+Green+Blue) = 57+113+39=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #397127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397127 is #C68ED8. Grayscale: #585858. Windows color (decimal): -13012697 or 2584889. OLE color: 2584889.

HSL color Cylindrical-coordinate representation of color #397127: hue angle of 105.41º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #397127 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB5711339-
CMYK0.5000.650.56
HSL105.41º48.68%29.8%-
HSV(B)105.41º65.49%44.31%-
XYZ7.9612.833.98-
YUV87.82100.45106.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=27.27%
G=54.07%
B=18.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113390.5000.650.56105.4148.6829.8
Hex397127320413869311e
Octal7116147620101701516136
Binary111001111000110011111001001000001111000110100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397127; }

 p { color: rgb(57,113,39); }

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

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

 a { background-color: rgb(57,113,39); }

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

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

 span { border-color: rgb(57,113,39); }

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