#407535

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

Shades of Green House #407535

Tints of Green House #407535

Color information

#407535 (or 0x407535) is unknown color: approx Green House. HEX triplet: 40, 75 and 35. RGB value is (64,117,53). Sum of RGB (Red+Green+Blue) = 64+117+53=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #407535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407535 is #BF8ACA. Grayscale: #5E5E5E. Windows color (decimal): -12552907 or 3503424. OLE color: 3503424.

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

Color convert

RGB6411753-
CMYK0.4500.550.54
HSL109.69º37.65%33.33%-
HSV(B)109.69º54.7%45.88%-
XYZ9.1214.075.6-
YUV93.86104.94106.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=27.35%
G=50%
B=22.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117530.4500.550.54109.6937.6533.33
Hex4075352D037366e2621
Octal1001656555067661564641
Binary1000000111010111010110110101101111101101101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407535; }

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

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

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

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

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

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

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

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