#405A35

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

Shades of Green House #405A35

Tints of Green House #405A35

Color information

#405A35 (or 0x405A35) is unknown color: approx Green House. HEX triplet: 40, 5A and 35. RGB value is (64,90,53). Sum of RGB (Red+Green+Blue) = 64+90+53=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #405A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A35 is #BFA5CA. Grayscale: #4E4E4E. Windows color (decimal): -12559819 or 3496512. OLE color: 3496512.

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

Color convert

RGB649053-
CMYK0.2900.410.65
HSL102.16º25.87%28.04%-
HSV(B)102.16º41.11%35.29%-
XYZ6.418.664.7-
YUV78.01113.89118.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=30.92%
G=43.48%
B=25.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490530.2900.410.65102.1625.8728.04
Hex405A351D02941661a1c
Octal10013265350511011463234
Binary10000001011010110101111010101001100000111001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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