#405A3B

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

Shades of Green House #405A3B

Tints of Green House #405A3B

Color information

#405A3B (or 0x405A3B) is unknown color: approx Green House. HEX triplet: 40, 5A and 3B. RGB value is (64,90,59). Sum of RGB (Red+Green+Blue) = 64+90+59=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #405A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A3B is #BFA5C4. Grayscale: #4E4E4E. Windows color (decimal): -12559813 or 3889728. OLE color: 3889728.

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

Color convert

RGB649059-
CMYK0.2900.340.65
HSL110.32º20.81%29.22%-
HSV(B)110.32º34.44%35.29%-
XYZ6.568.725.47-
YUV78.69116.89117.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=30.05%
G=42.25%
B=27.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490590.2900.340.65110.3220.8129.22
Hex405A3B1D022416e151d
Octal10013273350421011562535
Binary10000001011010111011111010100010100000111011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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