#48701C

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

Shades of Green Leaf #48701C

Tints of Green Leaf #48701C

Color information

#48701C (or 0x48701C) is unknown color: approx Green Leaf. HEX triplet: 48, 70 and 1C. RGB value is (72,112,28). Sum of RGB (Red+Green+Blue) = 72+112+28=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #48701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48701C is #B78FE3. Grayscale: #5A5A5A. Windows color (decimal): -12029924 or 1863752. OLE color: 1863752.

HSL color Cylindrical-coordinate representation of color #48701C: hue angle of 88.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48701C is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB7211228-
CMYK0.3600.750.56
HSL88.57º60%27.45%-
HSV(B)88.57º75%43.92%-
XYZ8.6813.053.16-
YUV90.4692.75114.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=33.96%
G=52.83%
B=13.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112280.3600.750.5688.576027.45
Hex48701C2404B38593c1b
Octal11016034440113701317433
Binary100100011100001110010010001001011111000101100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48701C; }

 p { color: rgb(72,112,28); }

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

<style>
 a { background-color: #48701C; }

 a { background-color: rgb(72,112,28); }

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

<style>
 span { border-color: #48701C; }

 span { border-color: rgb(72,112,28); }

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