#48750E

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

Shades of Green Leaf #48750E

Tints of Green Leaf #48750E

Color information

#48750E (or 0x48750E) is unknown color: approx Green Leaf. HEX triplet: 48, 75 and 0E. RGB value is (72,117,14). Sum of RGB (Red+Green+Blue) = 72+117+14=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #48750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48750E is #B78AF1. Grayscale: #5C5C5C. Windows color (decimal): -12028658 or 947528. OLE color: 947528.

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

Color convert

RGB7211714-
CMYK0.3800.880.54
HSL86.21º78.63%25.69%-
HSV(B)86.21º88.03%45.88%-
XYZ9.1114.132.66-
YUV91.884.09113.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=35.47%
G=57.64%
B=6.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117140.3800.880.5486.2178.6325.69
Hex4875E2605836564f1a
Octal110165164601306612611732
Binary100100011101011110100110010110001101101010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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