#46701E

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

Shades of Green Leaf #46701E

Tints of Green Leaf #46701E

Color information

#46701E (or 0x46701E) is unknown color: approx Green Leaf. HEX triplet: 46, 70 and 1E. RGB value is (70,112,30). Sum of RGB (Red+Green+Blue) = 70+112+30=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #46701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46701E is #B98FE1. Grayscale: #5A5A5A. Windows color (decimal): -12160994 or 1994822. OLE color: 1994822.

HSL color Cylindrical-coordinate representation of color #46701E: hue angle of 90.73º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46701E is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB7011230-
CMYK0.3800.730.56
HSL90.73º57.75%27.84%-
HSV(B)90.73º73.21%43.92%-
XYZ8.5512.983.28-
YUV90.0994.09113.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=33.02%
G=52.83%
B=14.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112300.3800.730.5690.7357.7527.84
Hex46701E26049385b3a1c
Octal10616036460111701337234
Binary100011011100001111010011001001001111000101101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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