#405537

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

Shades of Green House #405537

Tints of Green House #405537

Color information

#405537 (or 0x405537) is unknown color: approx Green House. HEX triplet: 40, 55 and 37. RGB value is (64,85,55). Sum of RGB (Red+Green+Blue) = 64+85+55=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #405537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405537 is #BFAAC8. Grayscale: #4B4B4B. Windows color (decimal): -12561097 or 3626304. OLE color: 3626304.

HSL color Cylindrical-coordinate representation of color #405537: hue angle of 102º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405537 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB648555-
CMYK0.2500.350.67
HSL102º21.43%27.45%-
HSV(B)102º35.29%33.33%-
XYZ6.057.864.81-
YUV75.3116.54119.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=31.37%
G=41.67%
B=26.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485550.2500.350.6710221.4327.45
Hex405537190234366151b
Octal10012567310431031462533
Binary10000001010101110111110010100011100001111001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405537; }

 p { color: rgb(64,85,55); }

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

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

 a { background-color: rgb(64,85,55); }

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

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

 span { border-color: rgb(64,85,55); }

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