#405F33

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

Shades of Green House #405F33

Tints of Green House #405F33

Color information

#405F33 (or 0x405F33) is unknown color: approx Green House. HEX triplet: 40, 5F and 33. RGB value is (64,95,51). Sum of RGB (Red+Green+Blue) = 64+95+51=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #405F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F33 is #BFA0CC. Grayscale: #505050. Windows color (decimal): -12558541 or 3366720. OLE color: 3366720.

HSL color Cylindrical-coordinate representation of color #405F33: hue angle of 102.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405F33 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB649551-
CMYK0.3300.460.63
HSL102.27º30.14%28.63%-
HSV(B)102.27º46.32%37.25%-
XYZ6.89.514.61-
YUV80.72111.23116.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 95 (37.5% from 255) = 45.24%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=30.48%
G=45.24%
B=24.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495510.3300.460.63102.2730.1428.63
Hex405F332102E3F661e1d
Octal1001376341056771463635
Binary10000001011111110011100001010111011111111001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,51); }

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

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

 a { background-color: rgb(64,95,51); }

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

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

 span { border-color: rgb(64,95,51); }

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