#48740F

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

Shades of Green Leaf #48740F

Tints of Green Leaf #48740F

Color information

#48740F (or 0x48740F) is unknown color: approx Green Leaf. HEX triplet: 48, 74 and 0F. RGB value is (72,116,15). Sum of RGB (Red+Green+Blue) = 72+116+15=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #48740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48740F is #B78BF0. Grayscale: #5B5B5B. Windows color (decimal): -12028913 or 1012808. OLE color: 1012808.

HSL color Cylindrical-coordinate representation of color #48740F: hue angle of 86.14º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48740F is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB7211615-
CMYK0.3800.870.55
HSL86.14º77.1%25.69%-
HSV(B)86.14º87.07%45.49%-
XYZ913.92.66-
YUV91.3384.92114.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 116 (45.70% from 255) = 57.14%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=35.47%
G=57.14%
B=7.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116150.3800.870.5586.1477.125.69
Hex4874F2605737564d1a
Octal110164174601276712611532
Binary100100011101001111100110010101111101111010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48740F; }

 p { color: rgb(72,116,15); }

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

<style>
 a { background-color: #48740F; }

 a { background-color: rgb(72,116,15); }

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

<style>
 span { border-color: #48740F; }

 span { border-color: rgb(72,116,15); }

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