#396E25

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

Shades of Bilbao #396E25

Tints of Bilbao #396E25

Color information

#396E25 (or 0x396E25) is unknown color: approx Bilbao. HEX triplet: 39, 6E and 25. RGB value is (57,110,37). Sum of RGB (Red+Green+Blue) = 57+110+37=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #396E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E25 is #C691DA. Grayscale: #565656. Windows color (decimal): -13013467 or 2453049. OLE color: 2453049.

HSL color Cylindrical-coordinate representation of color #396E25: hue angle of 103.56º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396E25 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB5711037-
CMYK0.4800.660.57
HSL103.56º49.66%28.82%-
HSV(B)103.56º66.36%43.14%-
XYZ7.612.163.7-
YUV85.83100.44107.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 110 (43.36% from 255) = 53.92%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=27.94%
G=53.92%
B=18.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110370.4800.660.57103.5649.6628.82
Hex396E25300423968321d
Octal7115645600102711506235
Binary111001110111010010111000001000010111001110100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E25; }

 p { color: rgb(57,110,37); }

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

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

 a { background-color: rgb(57,110,37); }

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

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

 span { border-color: rgb(57,110,37); }

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