#46711E

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

Shades of Green Leaf #46711E

Tints of Green Leaf #46711E

Color information

#46711E (or 0x46711E) is unknown color: approx Green Leaf. HEX triplet: 46, 71 and 1E. RGB value is (70,113,30). Sum of RGB (Red+Green+Blue) = 70+113+30=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #46711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46711E is #B98EE1. Grayscale: #5A5A5A. Windows color (decimal): -12160738 or 1995078. OLE color: 1995078.

HSL color Cylindrical-coordinate representation of color #46711E: hue angle of 91.08º 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 #46711E is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB7011330-
CMYK0.3800.730.56
HSL91.08º58.04%28.04%-
HSV(B)91.08º73.45%44.31%-
XYZ8.6713.213.32-
YUV90.6893.75113.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=32.86%
G=53.05%
B=14.08%

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
Decimal70113300.3800.730.5691.0858.0428.04
Hex46711E26049385b3a1c
Octal10616136460111701337234
Binary100011011100011111010011001001001111000101101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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