#46711A

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

Shades of Green Leaf #46711A

Tints of Green Leaf #46711A

Color information

#46711A (or 0x46711A) is unknown color: approx Green Leaf. HEX triplet: 46, 71 and 1A. RGB value is (70,113,26). Sum of RGB (Red+Green+Blue) = 70+113+26=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #46711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46711A is #B98EE5. Grayscale: #5A5A5A. Windows color (decimal): -12160742 or 1732934. OLE color: 1732934.

HSL color Cylindrical-coordinate representation of color #46711A: hue angle of 89.66º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46711A is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB7011326-
CMYK0.3800.770.56
HSL89.66º62.59%27.25%-
HSV(B)89.66º76.99%44.31%-
XYZ8.6213.193.07-
YUV90.2291.75113.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=33.49%
G=54.07%
B=12.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113260.3800.770.5689.6662.5927.25
Hex46711A2604D385a3f1b
Octal10616132460115701327733
Binary100011011100011101010011001001101111000101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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