#407539

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

Shades of Green House #407539

Tints of Green House #407539

Color information

#407539 (or 0x407539) is unknown color: approx Green House. HEX triplet: 40, 75 and 39. RGB value is (64,117,57). Sum of RGB (Red+Green+Blue) = 64+117+57=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #407539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407539 is #BF8AC6. Grayscale: #5E5E5E. Windows color (decimal): -12552903 or 3765568. OLE color: 3765568.

HSL color Cylindrical-coordinate representation of color #407539: hue angle of 113º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #407539 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB6411757-
CMYK0.4500.510.54
HSL113º34.48%34.12%-
HSV(B)113º51.28%45.88%-
XYZ9.2114.116.11-
YUV94.31106.94106.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=26.89%
G=49.16%
B=23.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117570.4500.510.5411334.4834.12
Hex4075392D03336712222
Octal1001657155063661614242
Binary1000000111010111100110110101100111101101110001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407539; }

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

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

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

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

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

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

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

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