#48750D

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

Shades of Green Leaf #48750D

Tints of Green Leaf #48750D

Color information

#48750D (or 0x48750D) is unknown color: approx Green Leaf. HEX triplet: 48, 75 and 0D. RGB value is (72,117,13). Sum of RGB (Red+Green+Blue) = 72+117+13=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #48750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48750D is #B78AF2. Grayscale: #5C5C5C. Windows color (decimal): -12028659 or 881992. OLE color: 881992.

HSL color Cylindrical-coordinate representation of color #48750D: hue angle of 85.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48750D is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB7211713-
CMYK0.3800.890.54
HSL85.96º80%25.49%-
HSV(B)85.96º88.89%45.88%-
XYZ9.1114.132.63-
YUV91.6983.59113.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=35.64%
G=57.92%
B=6.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117130.3800.890.5485.968025.49
Hex4875D2605936565019
Octal110165154601316612612031
Binary100100011101011101100110010110011101101010110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48750D; }

 p { color: rgb(72,117,13); }

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

<style>
 a { background-color: #48750D; }

 a { background-color: rgb(72,117,13); }

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

<style>
 span { border-color: #48750D; }

 span { border-color: rgb(72,117,13); }

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