#405536

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

Shades of Green House #405536

Tints of Green House #405536

Color information

#405536 (or 0x405536) is unknown color: approx Green House. HEX triplet: 40, 55 and 36. RGB value is (64,85,54). Sum of RGB (Red+Green+Blue) = 64+85+54=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #405536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405536 is #BFAAC9. Grayscale: #4B4B4B. Windows color (decimal): -12561098 or 3560768. OLE color: 3560768.

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

Color convert

RGB648554-
CMYK0.2500.360.67
HSL100.65º22.3%27.25%-
HSV(B)100.65º36.47%33.33%-
XYZ6.037.854.69-
YUV75.19116.04120.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=31.53%
G=41.87%
B=26.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485540.2500.360.67100.6522.327.25
Hex405536190244365161b
Octal10012566310441031452633
Binary10000001010101110110110010100100100001111001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405536; }

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

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

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

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

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

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

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

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