#48751C

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

Shades of Green Leaf #48751C

Tints of Green Leaf #48751C

Color information

#48751C (or 0x48751C) is unknown color: approx Green Leaf. HEX triplet: 48, 75 and 1C. RGB value is (72,117,28). Sum of RGB (Red+Green+Blue) = 72+117+28=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #48751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48751C is #B78AE3. Grayscale: #5D5D5D. Windows color (decimal): -12028644 or 1865032. OLE color: 1865032.

HSL color Cylindrical-coordinate representation of color #48751C: hue angle of 90.34º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48751C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB7211728-
CMYK0.3800.760.54
HSL90.34º61.38%28.43%-
HSV(B)90.34º76.07%45.88%-
XYZ9.2414.183.35-
YUV93.491.09112.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=33.18%
G=53.92%
B=12.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117280.3800.760.5490.3461.3828.43
Hex48751C2604C365a3d1c
Octal11016534460114661327534
Binary100100011101011110010011001001100110110101101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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