#48710C

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

Shades of Green Leaf #48710C

Tints of Green Leaf #48710C

Color information

#48710C (or 0x48710C) is unknown color: approx Green Leaf. HEX triplet: 48, 71 and 0C. RGB value is (72,113,12). Sum of RGB (Red+Green+Blue) = 72+113+12=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #48710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48710C is #B78EF3. Grayscale: #595959. Windows color (decimal): -12029684 or 815432. OLE color: 815432.

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

Color convert

RGB7211312-
CMYK0.3600.890.56
HSL84.36º80.8%24.51%-
HSV(B)84.36º89.38%44.31%-
XYZ8.6413.212.44-
YUV89.2384.42115.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 113 (44.53% from 255) = 57.36%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=36.55%
G=57.36%
B=6.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113120.3600.890.5684.3680.824.51
Hex4871C2405938545119
Octal110161144401317012412131
Binary100100011100011100100100010110011110001010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,113,12); }

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

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

 a { background-color: rgb(72,113,12); }

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

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

 span { border-color: rgb(72,113,12); }

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