#46700D

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

Shades of Green Leaf #46700D

Tints of Green Leaf #46700D

Color information

#46700D (or 0x46700D) is unknown color: approx Green Leaf. HEX triplet: 46, 70 and 0D. RGB value is (70,112,13). Sum of RGB (Red+Green+Blue) = 70+112+13=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #46700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46700D is #B98FF2. Grayscale: #585858. Windows color (decimal): -12161011 or 880710. OLE color: 880710.

HSL color Cylindrical-coordinate representation of color #46700D: hue angle of 85.45º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46700D is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB7011213-
CMYK0.3800.880.56
HSL85.45º79.2%24.51%-
HSV(B)85.45º88.39%43.92%-
XYZ8.3912.922.43-
YUV88.1685.59115.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=35.90%
G=57.44%
B=6.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112130.3800.880.5685.4579.224.51
Hex4670D2605838554f19
Octal106160154601307012511731
Binary100011011100001101100110010110001110001010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46700D; }

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

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

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

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

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

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

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

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