#48771B

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

Shades of Green Leaf #48771B

Tints of Green Leaf #48771B

Color information

#48771B (or 0x48771B) is unknown color: approx Green Leaf. HEX triplet: 48, 77 and 1B. RGB value is (72,119,27). Sum of RGB (Red+Green+Blue) = 72+119+27=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #48771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48771B is #B788E4. Grayscale: #5E5E5E. Windows color (decimal): -12028133 or 1800008. OLE color: 1800008.

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

Color convert

RGB7211927-
CMYK0.3900.770.53
HSL90.65º63.01%28.63%-
HSV(B)90.65º77.31%46.67%-
XYZ9.4714.653.37-
YUV94.4689.93111.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=33.03%
G=54.59%
B=12.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119270.3900.770.5390.6563.0128.63
Hex48771B2704D355b3f1d
Octal11016733470115651337735
Binary100100011101111101110011101001101110101101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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