#397727

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

Shades of Bilbao #397727

Tints of Bilbao #397727

Color information

#397727 (or 0x397727) is unknown color: approx Bilbao. HEX triplet: 39, 77 and 27. RGB value is (57,119,39). Sum of RGB (Red+Green+Blue) = 57+119+39=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #397727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397727 is #C688D8. Grayscale: #5B5B5B. Windows color (decimal): -13011161 or 2586425. OLE color: 2586425.

HSL color Cylindrical-coordinate representation of color #397727: hue angle of 106.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397727 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB5711939-
CMYK0.5200.670.53
HSL106.5º50.63%30.98%-
HSV(B)106.5º67.23%46.67%-
XYZ8.6514.214.21-
YUV91.3498.46103.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=26.51%
G=55.35%
B=18.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119390.5200.670.53106.550.6330.98
Hex39772734043356a331f
Octal7116747640103651526337
Binary111001111011110011111010001000011110101110101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397727; }

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

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

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

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

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

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

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

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