#466819

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

Shades of Green Leaf #466819

Tints of Green Leaf #466819

Color information

#466819 (or 0x466819) is unknown color: approx Green Leaf. HEX triplet: 46, 68 and 19. RGB value is (70,104,25). Sum of RGB (Red+Green+Blue) = 70+104+25=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #466819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466819 is #B997E6. Grayscale: #555555. Windows color (decimal): -12163047 or 1665094. OLE color: 1665094.

HSL color Cylindrical-coordinate representation of color #466819: hue angle of 85.82º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #466819 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB7010425-
CMYK0.3300.760.59
HSL85.82º61.24%25.29%-
HSV(B)85.82º75.96%40.78%-
XYZ7.6511.272.69-
YUV84.8394.24117.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=35.18%
G=52.26%
B=12.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104250.3300.760.5985.8261.2425.29
Hex4668192104C3B563d19
Octal10615031410114731267531
Binary100011011010001100110000101001100111011101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466819; }

 p { color: rgb(70,104,25); }

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

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

 a { background-color: rgb(70,104,25); }

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

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

 span { border-color: rgb(70,104,25); }

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