#466F36

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

Shades of Green House #466F36

Tints of Green House #466F36

Color information

#466F36 (or 0x466F36) is unknown color: approx Green House. HEX triplet: 46, 6F and 36. RGB value is (70,111,54). Sum of RGB (Red+Green+Blue) = 70+111+54=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #466F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F36 is #B990C9. Grayscale: #5C5C5C. Windows color (decimal): -12161226 or 3567430. OLE color: 3567430.

HSL color Cylindrical-coordinate representation of color #466F36: hue angle of 103.16º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466F36 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB7011154-
CMYK0.3700.510.56
HSL103.16º34.55%32.35%-
HSV(B)103.16º51.35%43.53%-
XYZ8.8812.945.52-
YUV92.24106.42112.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=29.79%
G=47.23%
B=22.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70111540.3700.510.56103.1634.5532.35
Hex466F362503338672320
Octal1061576645063701474340
Binary1000110110111111011010010101100111110001100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F36; }

 p { color: rgb(70,111,54); }

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

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

 a { background-color: rgb(70,111,54); }

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

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

 span { border-color: rgb(70,111,54); }

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