#46721E

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

Shades of Green Leaf #46721E

Tints of Green Leaf #46721E

Color information

#46721E (or 0x46721E) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 1E. RGB value is (70,114,30). Sum of RGB (Red+Green+Blue) = 70+114+30=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #46721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46721E is #B98DE1. Grayscale: #5B5B5B. Windows color (decimal): -12160482 or 1995334. OLE color: 1995334.

HSL color Cylindrical-coordinate representation of color #46721E: hue angle of 91.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46721E is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB7011430-
CMYK0.3900.740.55
HSL91.43º58.33%28.24%-
HSV(B)91.43º73.68%44.71%-
XYZ8.7813.433.36-
YUV91.2793.42112.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=32.71%
G=53.27%
B=14.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114300.3900.740.5591.4358.3328.24
Hex46721E2704A375b3a1c
Octal10616236470112671337234
Binary100011011100101111010011101001010110111101101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46721E; }

 p { color: rgb(70,114,30); }

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

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

 a { background-color: rgb(70,114,30); }

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

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

 span { border-color: rgb(70,114,30); }

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