#407434

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

Shades of Green House #407434

Tints of Green House #407434

Color information

#407434 (or 0x407434) is unknown color: approx Green House. HEX triplet: 40, 74 and 34. RGB value is (64,116,52). Sum of RGB (Red+Green+Blue) = 64+116+52=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #407434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407434 is #BF8BCB. Grayscale: #5D5D5D. Windows color (decimal): -12553164 or 3437632. OLE color: 3437632.

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

Color convert

RGB6411652-
CMYK0.4500.550.55
HSL108.75º38.1%32.94%-
HSV(B)108.75º55.17%45.49%-
XYZ8.9813.835.44-
YUV93.16104.77107.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=27.59%
G=50%
B=22.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116520.4500.550.55108.7538.132.94
Hex4074342D037376d2621
Octal1001646455067671554641
Binary1000000111010011010010110101101111101111101101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407434; }

 p { color: rgb(64,116,52); }

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

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

 a { background-color: rgb(64,116,52); }

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

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

 span { border-color: rgb(64,116,52); }

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