#48771E

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

Shades of Green Leaf #48771E

Tints of Green Leaf #48771E

Color information

#48771E (or 0x48771E) is unknown color: approx Green Leaf. HEX triplet: 48, 77 and 1E. RGB value is (72,119,30). Sum of RGB (Red+Green+Blue) = 72+119+30=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #48771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48771E is #B788E1. Grayscale: #5F5F5F. Windows color (decimal): -12028130 or 1996616. OLE color: 1996616.

HSL color Cylindrical-coordinate representation of color #48771E: hue angle of 91.69º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48771E is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB7211930-
CMYK0.3900.750.53
HSL91.69º59.73%29.22%-
HSV(B)91.69º74.79%46.67%-
XYZ9.514.673.56-
YUV94.891.43111.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=32.58%
G=53.85%
B=13.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119300.3900.750.5391.6959.7329.22
Hex48771E2704B355c3c1d
Octal11016736470113651347435
Binary100100011101111111010011101001011110101101110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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