#466E10

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

Shades of Green Leaf #466E10

Tints of Green Leaf #466E10

Color information

#466E10 (or 0x466E10) is unknown color: approx Green Leaf. HEX triplet: 46, 6E and 10. RGB value is (70,110,16). Sum of RGB (Red+Green+Blue) = 70+110+16=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #466E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466E10 is #B991EF. Grayscale: #575757. Windows color (decimal): -12161520 or 1076806. OLE color: 1076806.

HSL color Cylindrical-coordinate representation of color #466E10: hue angle of 85.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #466E10 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB7011016-
CMYK0.3600.850.57
HSL85.53º74.6%24.71%-
HSV(B)85.53º85.45%43.14%-
XYZ8.212.492.47-
YUV87.3287.75115.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 110 (43.36% from 255) = 56.12%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=35.71%
G=56.12%
B=8.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70110160.3600.850.5785.5374.624.71
Hex466E102405539564b19
Octal106156204401257112611331
Binary1000110110111010000100100010101011110011010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,110,16); }

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

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

 a { background-color: rgb(70,110,16); }

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

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

 span { border-color: rgb(70,110,16); }

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