#407035

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

Shades of Green House #407035

Tints of Green House #407035

Color information

#407035 (or 0x407035) is unknown color: approx Green House. HEX triplet: 40, 70 and 35. RGB value is (64,112,53). Sum of RGB (Red+Green+Blue) = 64+112+53=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #407035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407035 is #BF8FCA. Grayscale: #5B5B5B. Windows color (decimal): -12554187 or 3502144. OLE color: 3502144.

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

Color convert

RGB6411253-
CMYK0.4300.530.56
HSL108.81º35.76%32.35%-
HSV(B)108.81º52.68%43.92%-
XYZ8.5512.945.41-
YUV90.92106.6108.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=27.95%
G=48.91%
B=23.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112530.4300.530.56108.8135.7632.35
Hex4070352B035386d2420
Octal1001606553065701554440
Binary1000000111000011010110101101101011110001101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407035; }

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

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

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

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

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

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

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

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