#48710E

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

Shades of Green Leaf #48710E

Tints of Green Leaf #48710E

Color information

#48710E (or 0x48710E) is unknown color: approx Green Leaf. HEX triplet: 48, 71 and 0E. RGB value is (72,113,14). Sum of RGB (Red+Green+Blue) = 72+113+14=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #48710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48710E is #B78EF1. Grayscale: #595959. Windows color (decimal): -12029682 or 946504. OLE color: 946504.

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

Color convert

RGB7211314-
CMYK0.3600.880.56
HSL84.85º77.95%24.9%-
HSV(B)84.85º87.61%44.31%-
XYZ8.6613.222.51-
YUV89.4685.42115.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 113 (44.53% from 255) = 56.78%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=36.18%
G=56.78%
B=7.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113140.3600.880.5684.8577.9524.9
Hex4871E2405838554e19
Octal110161164401307012511631
Binary100100011100011110100100010110001110001010101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,113,14); }

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

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

 a { background-color: rgb(72,113,14); }

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

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

 span { border-color: rgb(72,113,14); }

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