#405935

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

Shades of Green House #405935

Tints of Green House #405935

Color information

#405935 (or 0x405935) is unknown color: approx Green House. HEX triplet: 40, 59 and 35. RGB value is (64,89,53). Sum of RGB (Red+Green+Blue) = 64+89+53=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #405935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405935 is #BFA6CA. Grayscale: #4D4D4D. Windows color (decimal): -12560075 or 3496256. OLE color: 3496256.

HSL color Cylindrical-coordinate representation of color #405935: hue angle of 101.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #405935 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB648953-
CMYK0.2800.400.65
HSL101.67º25.35%27.84%-
HSV(B)101.67º40.45%34.9%-
XYZ6.338.494.67-
YUV77.42114.22118.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=31.07%
G=43.20%
B=25.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489530.2800.400.65101.6725.3527.84
Hex4059351C0284166191c
Octal10013165340501011463134
Binary10000001011001110101111000101000100000111001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405935; }

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

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

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

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

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

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

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

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