#48751E

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

Shades of Green Leaf #48751E

Tints of Green Leaf #48751E

Color information

#48751E (or 0x48751E) is unknown color: approx Green Leaf. HEX triplet: 48, 75 and 1E. RGB value is (72,117,30). Sum of RGB (Red+Green+Blue) = 72+117+30=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #48751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48751E is #B78AE1. Grayscale: #5D5D5D. Windows color (decimal): -12028642 or 1996104. OLE color: 1996104.

HSL color Cylindrical-coordinate representation of color #48751E: hue angle of 91.03º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48751E is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB7211730-
CMYK0.3800.740.54
HSL91.03º59.18%28.82%-
HSV(B)91.03º74.36%45.88%-
XYZ9.2714.193.48-
YUV93.6392.09112.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=32.88%
G=53.42%
B=13.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117300.3800.740.5491.0359.1828.82
Hex48751E2604A365b3b1d
Octal11016536460112661337335
Binary100100011101011111010011001001010110110101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,117,30); }

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

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

 a { background-color: rgb(72,117,30); }

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

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

 span { border-color: rgb(72,117,30); }

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