#406A2F

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

Shades of Green House #406A2F

Tints of Green House #406A2F

Color information

#406A2F (or 0x406A2F) is unknown color: approx Green House. HEX triplet: 40, 6A and 2F. RGB value is (64,106,47). Sum of RGB (Red+Green+Blue) = 64+106+47=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #406A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A2F is #BF95D0. Grayscale: #565656. Windows color (decimal): -12555729 or 3107392. OLE color: 3107392.

HSL color Cylindrical-coordinate representation of color #406A2F: hue angle of 102.71º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406A2F is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB6410647-
CMYK0.4000.560.58
HSL102.71º38.56%30%-
HSV(B)102.71º55.66%41.57%-
XYZ7.7811.64.52-
YUV86.72105.59111.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=29.49%
G=48.85%
B=21.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106470.4000.560.58102.7138.5630
Hex406A2F280383A67271e
Octal1001525750070721474736
Binary100000011010101011111010000111000111010110011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A2F; }

 p { color: rgb(64,106,47); }

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

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

 a { background-color: rgb(64,106,47); }

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

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

 span { border-color: rgb(64,106,47); }

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