#46740B

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

Shades of Green Leaf #46740B

Tints of Green Leaf #46740B

Color information

#46740B (or 0x46740B) is unknown color: approx Green Leaf. HEX triplet: 46, 74 and 0B. RGB value is (70,116,11). Sum of RGB (Red+Green+Blue) = 70+116+11=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #46740B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46740B is #B98BF4. Grayscale: #5A5A5A. Windows color (decimal): -12159989 or 750662. OLE color: 750662.

HSL color Cylindrical-coordinate representation of color #46740B: hue angle of 86.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46740B is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB7011611-
CMYK0.4000.910.55
HSL86.29º82.68%24.9%-
HSV(B)86.29º90.52%45.49%-
XYZ8.8313.822.52-
YUV90.2883.26113.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 116 (45.70% from 255) = 58.88%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=35.53%
G=58.88%
B=5.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116110.4000.910.5586.2982.6824.9
Hex4674B2805B37565319
Octal106164135001336712612331
Binary100011011101001011101000010110111101111010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46740B; }

 p { color: rgb(70,116,11); }

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

<style>
 a { background-color: #46740B; }

 a { background-color: rgb(70,116,11); }

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

<style>
 span { border-color: #46740B; }

 span { border-color: rgb(70,116,11); }

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