#407039

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

Shades of Green House #407039

Tints of Green House #407039

Color information

#407039 (or 0x407039) is unknown color: approx Green House. HEX triplet: 40, 70 and 39. RGB value is (64,112,57). Sum of RGB (Red+Green+Blue) = 64+112+57=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #407039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407039 is #BF8FC6. Grayscale: #5B5B5B. Windows color (decimal): -12554183 or 3764288. OLE color: 3764288.

HSL color Cylindrical-coordinate representation of color #407039: hue angle of 112.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407039 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB6411257-
CMYK0.4300.490.56
HSL112.36º32.54%33.14%-
HSV(B)112.36º49.11%43.92%-
XYZ8.6512.975.92-
YUV91.38108.6108.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=27.47%
G=48.07%
B=24.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112570.4300.490.56112.3632.5433.14
Hex4070392B03138702121
Octal1001607153061701604141
Binary1000000111000011100110101101100011110001110000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407039; }

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

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

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

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

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

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

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

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