#48771A

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

Shades of Green Leaf #48771A

Tints of Green Leaf #48771A

Color information

#48771A (or 0x48771A) is unknown color: approx Green Leaf. HEX triplet: 48, 77 and 1A. RGB value is (72,119,26). Sum of RGB (Red+Green+Blue) = 72+119+26=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #48771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48771A is #B788E5. Grayscale: #5E5E5E. Windows color (decimal): -12028134 or 1734472. OLE color: 1734472.

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

Color convert

RGB7211926-
CMYK0.3900.780.53
HSL90.32º64.14%28.43%-
HSV(B)90.32º78.15%46.67%-
XYZ9.4614.653.31-
YUV94.3489.43112.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=33.18%
G=54.84%
B=11.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119260.3900.780.5390.3264.1428.43
Hex48771A2704E355a401c
Octal110167324701166513210034
Binary1001000111011111010100111010011101101011011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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