#466818

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

Shades of Green Leaf #466818

Tints of Green Leaf #466818

Color information

#466818 (or 0x466818) is unknown color: approx Green Leaf. HEX triplet: 46, 68 and 18. RGB value is (70,104,24). Sum of RGB (Red+Green+Blue) = 70+104+24=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #466818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466818 is #B997E7. Grayscale: #555555. Windows color (decimal): -12163048 or 1599558. OLE color: 1599558.

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

Color convert

RGB7010424-
CMYK0.3300.770.59
HSL85.5º62.5%25.1%-
HSV(B)85.5º76.92%40.78%-
XYZ7.6411.272.64-
YUV84.7193.74117.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=35.35%
G=52.53%
B=12.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104240.3300.770.5985.562.525.1
Hex4668182104D3B563e19
Octal10615030410115731267631
Binary100011011010001100010000101001101111011101011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466818; }

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

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

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

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

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

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

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

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