#46720F

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

Shades of Green Leaf #46720F

Tints of Green Leaf #46720F

Color information

#46720F (or 0x46720F) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 0F. RGB value is (70,114,15). Sum of RGB (Red+Green+Blue) = 70+114+15=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #46720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46720F is #B98DF0. Grayscale: #595959. Windows color (decimal): -12160497 or 1012294. OLE color: 1012294.

HSL color Cylindrical-coordinate representation of color #46720F: hue angle of 86.67º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46720F is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB7011415-
CMYK0.3900.870.55
HSL86.67º76.74%25.29%-
HSV(B)86.67º86.84%44.71%-
XYZ8.6313.372.58-
YUV89.5685.92114.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=35.18%
G=57.29%
B=7.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114150.3900.870.5586.6776.7425.29
Hex4672F2705737574d19
Octal106162174701276712711531
Binary100011011100101111100111010101111101111010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46720F; }

 p { color: rgb(70,114,15); }

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

<style>
 a { background-color: #46720F; }

 a { background-color: rgb(70,114,15); }

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

<style>
 span { border-color: #46720F; }

 span { border-color: rgb(70,114,15); }

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