#46730E

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

Shades of Green Leaf #46730E

Tints of Green Leaf #46730E

Color information

#46730E (or 0x46730E) is unknown color: approx Green Leaf. HEX triplet: 46, 73 and 0E. RGB value is (70,115,14). Sum of RGB (Red+Green+Blue) = 70+115+14=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #46730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46730E is #B98CF1. Grayscale: #5A5A5A. Windows color (decimal): -12160242 or 947014. OLE color: 947014.

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

Color convert

RGB7011514-
CMYK0.3900.880.55
HSL86.73º78.29%25.29%-
HSV(B)86.73º87.83%45.1%-
XYZ8.7413.62.58-
YUV90.0385.09113.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=35.18%
G=57.79%
B=7.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115140.3900.880.5586.7378.2925.29
Hex4673E2705837574e19
Octal106163164701306712711631
Binary100011011100111110100111010110001101111010111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46730E; }

 p { color: rgb(70,115,14); }

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

<style>
 a { background-color: #46730E; }

 a { background-color: rgb(70,115,14); }

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

<style>
 span { border-color: #46730E; }

 span { border-color: rgb(70,115,14); }

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