#405F3B

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

Shades of Green House #405F3B

Tints of Green House #405F3B

Color information

#405F3B (or 0x405F3B) is unknown color: approx Green House. HEX triplet: 40, 5F and 3B. RGB value is (64,95,59). Sum of RGB (Red+Green+Blue) = 64+95+59=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #405F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F3B is #BFA0C4. Grayscale: #515151. Windows color (decimal): -12558533 or 3891008. OLE color: 3891008.

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

Color convert

RGB649559-
CMYK0.3300.380.63
HSL111.67º23.38%30.2%-
HSV(B)111.67º37.89%37.25%-
XYZ79.595.62-
YUV81.63115.23115.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=29.36%
G=43.58%
B=27.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495590.3300.380.63111.6723.3830.2
Hex405F3B210263F70171e
Octal1001377341046771602736
Binary10000001011111111011100001010011011111111100001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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