#48761B

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

Shades of Green Leaf #48761B

Tints of Green Leaf #48761B

Color information

#48761B (or 0x48761B) is unknown color: approx Green Leaf. HEX triplet: 48, 76 and 1B. RGB value is (72,118,27). Sum of RGB (Red+Green+Blue) = 72+118+27=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #48761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48761B is #B789E4. Grayscale: #5E5E5E. Windows color (decimal): -12028389 or 1799752. OLE color: 1799752.

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

Color convert

RGB7211827-
CMYK0.3900.770.54
HSL90.33º62.76%28.43%-
HSV(B)90.33º77.12%46.27%-
XYZ9.3514.413.33-
YUV93.8790.26112.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=33.18%
G=54.38%
B=12.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118270.3900.770.5490.3362.7628.43
Hex48761B2704D365a3f1c
Octal11016633470115661327734
Binary100100011101101101110011101001101110110101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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