#48710F

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

Shades of Green Leaf #48710F

Tints of Green Leaf #48710F

Color information

#48710F (or 0x48710F) is unknown color: approx Green Leaf. HEX triplet: 48, 71 and 0F. RGB value is (72,113,15). Sum of RGB (Red+Green+Blue) = 72+113+15=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #48710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48710F is #B78EF0. Grayscale: #595959. Windows color (decimal): -12029681 or 1012040. OLE color: 1012040.

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

Color convert

RGB7211315-
CMYK0.3600.870.56
HSL85.1º76.56%25.1%-
HSV(B)85.1º86.73%44.31%-
XYZ8.6613.222.55-
YUV89.5785.92115.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=36%
G=56.5%
B=7.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113150.3600.870.5685.176.5625.1
Hex4871F2405738554d19
Octal110161174401277012511531
Binary100100011100011111100100010101111110001010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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