#48720B

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

Shades of Green Leaf #48720B

Tints of Green Leaf #48720B

Color information

#48720B (or 0x48720B) is unknown color: approx Green Leaf. HEX triplet: 48, 72 and 0B. RGB value is (72,114,11). Sum of RGB (Red+Green+Blue) = 72+114+11=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #48720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48720B is #B78DF4. Grayscale: #5A5A5A. Windows color (decimal): -12029429 or 750152. OLE color: 750152.

HSL color Cylindrical-coordinate representation of color #48720B: hue angle of 84.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48720B is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB7211411-
CMYK0.3700.900.55
HSL84.47º82.4%24.51%-
HSV(B)84.47º90.35%44.71%-
XYZ8.7513.442.45-
YUV89.783.59115.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=36.55%
G=57.87%
B=5.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114110.3700.900.5584.4782.424.51
Hex4872B2505A37545219
Octal110162134501326712412231
Binary100100011100101011100101010110101101111010100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,114,11); }

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

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

 a { background-color: rgb(72,114,11); }

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

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

 span { border-color: rgb(72,114,11); }

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