#397128

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

Shades of Bilbao #397128

Tints of Bilbao #397128

Color information

#397128 (or 0x397128) is unknown color: approx Bilbao. HEX triplet: 39, 71 and 28. RGB value is (57,113,40). Sum of RGB (Red+Green+Blue) = 57+113+40=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #397128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397128 is #C68ED7. Grayscale: #585858. Windows color (decimal): -13012696 or 2650425. OLE color: 2650425.

HSL color Cylindrical-coordinate representation of color #397128: hue angle of 106.03º degrees, saturation: 0.48, 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 #397128 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB5711340-
CMYK0.5000.650.56
HSL106.03º47.71%30%-
HSV(B)106.03º64.6%44.31%-
XYZ7.9812.834.06-
YUV87.93100.95105.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 113 (44.53% from 255) = 53.81%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=27.14%
G=53.81%
B=19.05%

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
Decimal57113400.5000.650.56106.0347.7130
Hex39712832041386a301e
Octal7116150620101701526036
Binary111001111000110100011001001000001111000110101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397128; }

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

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

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

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

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

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

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

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