#466A3F

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

Shades of Green House #466A3F

Tints of Green House #466A3F

Color information

#466A3F (or 0x466A3F) is unknown color: approx Green House. HEX triplet: 46, 6A and 3F. RGB value is (70,106,63). Sum of RGB (Red+Green+Blue) = 70+106+63=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #466A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A3F is #B995C0. Grayscale: #5A5A5A. Windows color (decimal): -12162497 or 4155974. OLE color: 4155974.

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

Color convert

RGB7010663-
CMYK0.3400.410.58
HSL110.23º25.44%33.14%-
HSV(B)110.23º40.57%41.57%-
XYZ8.5811.976.56-
YUV90.33112.57113.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 63 (25% from 255) = 26.36%
R=29.29%
G=44.35%
B=26.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106630.3400.410.58110.2325.4433.14
Hex466A3F220293A6e1921
Octal1061527742051721563141
Binary100011011010101111111000100101001111010110111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,106,63); }

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

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

 a { background-color: rgb(70,106,63); }

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

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

 span { border-color: rgb(70,106,63); }

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