#466419

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

Shades of Green Leaf #466419

Tints of Green Leaf #466419

Color information

#466419 (or 0x466419) is unknown color: approx Green Leaf. HEX triplet: 46, 64 and 19. RGB value is (70,100,25). Sum of RGB (Red+Green+Blue) = 70+100+25=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #466419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466419 is #B99BE6. Grayscale: #525252. Windows color (decimal): -12164071 or 1664070. OLE color: 1664070.

HSL color Cylindrical-coordinate representation of color #466419: hue angle of 84º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #466419 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB7010025-
CMYK0.3000.750.61
HSL84º60%24.51%-
HSV(B)84º75%39.22%-
XYZ7.2610.492.56-
YUV82.4895.56119.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=35.90%
G=51.28%
B=12.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100250.3000.750.61846024.51
Hex4664191E04B3D543c19
Octal10614431360113751247431
Binary10001101100100110011111001001011111101101010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466419; }

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

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

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

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

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

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

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

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