#466B3E

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

Shades of Green House #466B3E

Tints of Green House #466B3E

Color information

#466B3E (or 0x466B3E) is unknown color: approx Green House. HEX triplet: 46, 6B and 3E. RGB value is (70,107,62). Sum of RGB (Red+Green+Blue) = 70+107+62=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #466B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B3E is #B994C1. Grayscale: #5A5A5A. Windows color (decimal): -12162242 or 4090694. OLE color: 4090694.

HSL color Cylindrical-coordinate representation of color #466B3E: hue angle of 109.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466B3E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB7010762-
CMYK0.3500.420.58
HSL109.33º26.63%33.14%-
HSV(B)109.33º42.06%41.96%-
XYZ8.6512.176.45-
YUV90.81111.74113.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=29.29%
G=44.77%
B=25.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107620.3500.420.58109.3326.6333.14
Hex466B3E2302A3A6d1b21
Octal1061537643052721553341
Binary100011011010111111101000110101010111010110110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,62); }

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

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

 a { background-color: rgb(70,107,62); }

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

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

 span { border-color: rgb(70,107,62); }

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