#407536

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

Shades of Green House #407536

Tints of Green House #407536

Color information

#407536 (or 0x407536) is unknown color: approx Green House. HEX triplet: 40, 75 and 36. RGB value is (64,117,54). Sum of RGB (Red+Green+Blue) = 64+117+54=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #407536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407536 is #BF8AC9. Grayscale: #5E5E5E. Windows color (decimal): -12552906 or 3568960. OLE color: 3568960.

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

Color convert

RGB6411754-
CMYK0.4500.540.54
HSL110.48º36.84%33.53%-
HSV(B)110.48º53.85%45.88%-
XYZ9.1414.085.73-
YUV93.97105.44106.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=27.23%
G=49.79%
B=22.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117540.4500.540.54110.4836.8433.53
Hex4075362D036366e2522
Octal1001656655066661564542
Binary1000000111010111011010110101101101101101101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407536; }

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

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

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

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

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

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

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

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