#406930

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

Shades of Green House #406930

Tints of Green House #406930

Color information

#406930 (or 0x406930) is unknown color: approx Green House. HEX triplet: 40, 69 and 30. RGB value is (64,105,48). Sum of RGB (Red+Green+Blue) = 64+105+48=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #406930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406930 is #BF96CF. Grayscale: #565656. Windows color (decimal): -12555984 or 3172672. OLE color: 3172672.

HSL color Cylindrical-coordinate representation of color #406930: hue angle of 103.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #406930 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB6410548-
CMYK0.3900.540.59
HSL103.16º37.25%30%-
HSV(B)103.16º54.29%41.18%-
XYZ7.711.414.59-
YUV86.24106.42112.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 105 (41.41% from 255) = 48.39%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=29.49%
G=48.39%
B=22.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105480.3900.540.59103.1637.2530
Hex406930270363B67251e
Octal1001516047066731474536
Binary100000011010011100001001110110110111011110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406930; }

 p { color: rgb(64,105,48); }

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

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

 a { background-color: rgb(64,105,48); }

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

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

 span { border-color: rgb(64,105,48); }

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