#407239

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

Shades of Green House #407239

Tints of Green House #407239

Color information

#407239 (or 0x407239) is unknown color: approx Green House. HEX triplet: 40, 72 and 39. RGB value is (64,114,57). Sum of RGB (Red+Green+Blue) = 64+114+57=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #407239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407239 is #BF8DC6. Grayscale: #5C5C5C. Windows color (decimal): -12553671 or 3764800. OLE color: 3764800.

HSL color Cylindrical-coordinate representation of color #407239: hue angle of 112.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407239 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB6411457-
CMYK0.4400.500.55
HSL112.63º33.33%33.53%-
HSV(B)112.63º50%44.71%-
XYZ8.8713.425.99-
YUV92.55107.94107.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=27.23%
G=48.51%
B=24.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114570.4400.500.55112.6333.3333.53
Hex4072392C03237712122
Octal1001627154062671614142
Binary1000000111001011100110110001100101101111110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407239; }

 p { color: rgb(64,114,57); }

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

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

 a { background-color: rgb(64,114,57); }

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

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

 span { border-color: rgb(64,114,57); }

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