#48771D

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

Shades of Green Leaf #48771D

Tints of Green Leaf #48771D

Color information

#48771D (or 0x48771D) is unknown color: approx Green Leaf. HEX triplet: 48, 77 and 1D. RGB value is (72,119,29). Sum of RGB (Red+Green+Blue) = 72+119+29=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #48771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48771D is #B788E2. Grayscale: #5E5E5E. Windows color (decimal): -12028131 or 1931080. OLE color: 1931080.

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

Color convert

RGB7211929-
CMYK0.3900.760.53
HSL91.33º60.81%29.02%-
HSV(B)91.33º75.63%46.67%-
XYZ9.4914.663.49-
YUV94.6990.93111.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=32.73%
G=54.09%
B=13.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119290.3900.760.5391.3360.8129.02
Hex48771D2704C355b3d1d
Octal11016735470114651337535
Binary100100011101111110110011101001100110101101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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