#46741D

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

Shades of Green Leaf #46741D

Tints of Green Leaf #46741D

Color information

#46741D (or 0x46741D) is unknown color: approx Green Leaf. HEX triplet: 46, 74 and 1D. RGB value is (70,116,29). Sum of RGB (Red+Green+Blue) = 70+116+29=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #46741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46741D is #B98BE2. Grayscale: #5C5C5C. Windows color (decimal): -12159971 or 1930310. OLE color: 1930310.

HSL color Cylindrical-coordinate representation of color #46741D: hue angle of 91.72º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46741D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB7011629-
CMYK0.4000.750.55
HSL91.72º60%28.43%-
HSV(B)91.72º75%45.49%-
XYZ8.9913.883.37-
YUV92.3392.26112.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=32.56%
G=53.95%
B=13.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116290.4000.750.5591.726028.43
Hex46741D2804B375c3c1c
Octal10616435500113671347434
Binary100011011101001110110100001001011110111101110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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