#48730E

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

Shades of Green Leaf #48730E

Tints of Green Leaf #48730E

Color information

#48730E (or 0x48730E) is unknown color: approx Green Leaf. HEX triplet: 48, 73 and 0E. RGB value is (72,115,14). Sum of RGB (Red+Green+Blue) = 72+115+14=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #48730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48730E is #B78CF1. Grayscale: #5A5A5A. Windows color (decimal): -12029170 or 947016. OLE color: 947016.

HSL color Cylindrical-coordinate representation of color #48730E: hue angle of 85.54º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48730E is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB7211514-
CMYK0.3700.880.55
HSL85.54º78.29%25.29%-
HSV(B)85.54º87.83%45.1%-
XYZ8.8813.672.59-
YUV90.6384.75114.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=35.82%
G=57.21%
B=6.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115140.3700.880.5585.5478.2925.29
Hex4873E2505837564e19
Octal110163164501306712611631
Binary100100011100111110100101010110001101111010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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