#405A32

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

Shades of Green House #405A32

Tints of Green House #405A32

Color information

#405A32 (or 0x405A32) is unknown color: approx Green House. HEX triplet: 40, 5A and 32. RGB value is (64,90,50). Sum of RGB (Red+Green+Blue) = 64+90+50=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #405A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A32 is #BFA5CD. Grayscale: #4D4D4D. Windows color (decimal): -12559822 or 3299904. OLE color: 3299904.

HSL color Cylindrical-coordinate representation of color #405A32: hue angle of 99º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405A32 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB649050-
CMYK0.2900.440.65
HSL99º28.57%27.45%-
HSV(B)99º44.44%35.29%-
XYZ6.358.634.35-
YUV77.67112.39118.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=31.37%
G=44.12%
B=24.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490500.2900.440.659928.5727.45
Hex405A321D02C41631d1b
Octal10013262350541011433533
Binary10000001011010110010111010101100100000111000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A32; }

 p { color: rgb(64,90,50); }

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

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

 a { background-color: rgb(64,90,50); }

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

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

 span { border-color: rgb(64,90,50); }

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