#466718

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

Shades of Green Leaf #466718

Tints of Green Leaf #466718

Color information

#466718 (or 0x466718) is unknown color: approx Green Leaf. HEX triplet: 46, 67 and 18. RGB value is (70,103,24). Sum of RGB (Red+Green+Blue) = 70+103+24=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #466718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466718 is #B998E7. Grayscale: #545454. Windows color (decimal): -12163304 or 1599302. OLE color: 1599302.

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

Color convert

RGB7010324-
CMYK0.3200.770.60
HSL85.06º62.2%24.9%-
HSV(B)85.06º76.7%40.39%-
XYZ7.5411.072.6-
YUV84.1394.07117.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 103 (40.62% from 255) = 52.28%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=35.53%
G=52.28%
B=12.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103240.3200.770.6085.0662.224.9
Hex4667182004D3C553e19
Octal10614730400115741257631
Binary100011011001111100010000001001101111100101010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466718; }

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

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

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

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

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

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

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

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