#407234

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

Shades of Green House #407234

Tints of Green House #407234

Color information

#407234 (or 0x407234) is unknown color: approx Green House. HEX triplet: 40, 72 and 34. RGB value is (64,114,52). Sum of RGB (Red+Green+Blue) = 64+114+52=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #407234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407234 is #BF8DCB. Grayscale: #5C5C5C. Windows color (decimal): -12553676 or 3437120. OLE color: 3437120.

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

Color convert

RGB6411452-
CMYK0.4400.540.55
HSL108.39º37.35%32.55%-
HSV(B)108.39º54.39%44.71%-
XYZ8.7513.375.37-
YUV91.98105.44108.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=27.83%
G=49.57%
B=22.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114520.4400.540.55108.3937.3532.55
Hex4072342C036376c2521
Octal1001626454066671544541
Binary1000000111001011010010110001101101101111101100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407234; }

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

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

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

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

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

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

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

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