#46720A

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

Shades of Green Leaf #46720A

Tints of Green Leaf #46720A

Color information

#46720A (or 0x46720A) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 0A. RGB value is (70,114,10). Sum of RGB (Red+Green+Blue) = 70+114+10=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #46720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46720A is #B98DF5. Grayscale: #595959. Windows color (decimal): -12160502 or 684614. OLE color: 684614.

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

Color convert

RGB7011410-
CMYK0.3900.910.55
HSL85.38º83.87%24.31%-
HSV(B)85.38º91.23%44.71%-
XYZ8.613.362.41-
YUV88.9983.42114.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=36.08%
G=58.76%
B=5.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114100.3900.910.5585.3883.8724.31
Hex4672A2705B37555418
Octal106162124701336712512430
Binary100011011100101010100111010110111101111010101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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