#48720F

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

Shades of Green Leaf #48720F

Tints of Green Leaf #48720F

Color information

#48720F (or 0x48720F) is unknown color: approx Green Leaf. HEX triplet: 48, 72 and 0F. RGB value is (72,114,15). Sum of RGB (Red+Green+Blue) = 72+114+15=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #48720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48720F is #B78DF0. Grayscale: #5A5A5A. Windows color (decimal): -12029425 or 1012296. OLE color: 1012296.

HSL color Cylindrical-coordinate representation of color #48720F: hue angle of 85.45º 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 #48720F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB7211415-
CMYK0.3700.870.55
HSL85.45º76.74%25.29%-
HSV(B)85.45º86.84%44.71%-
XYZ8.7813.452.58-
YUV90.1685.59115.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=35.82%
G=56.72%
B=7.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114150.3700.870.5585.4576.7425.29
Hex4872F2505737554d19
Octal110162174501276712511531
Binary100100011100101111100101010101111101111010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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