#48853C

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

Shades of Fern Green #48853C

Tints of Fern Green #48853C

Color information

#48853C (or 0x48853C) is unknown color: approx Fern Green. HEX triplet: 48, 85 and 3C. RGB value is (72,133,60). Sum of RGB (Red+Green+Blue) = 72+133+60=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #48853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48853C is #B77AC3. Grayscale: #6A6A6A. Windows color (decimal): -12024516 or 3966280. OLE color: 3966280.

HSL color Cylindrical-coordinate representation of color #48853C: hue angle of 110.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48853C is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB7213360-
CMYK0.4600.550.48
HSL110.14º37.82%37.84%-
HSV(B)110.14º54.89%52.16%-
XYZ11.8818.487.22-
YUV106.44101.79103.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=27.17%
G=50.19%
B=22.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133600.4600.550.48110.1437.8237.84
Hex48853C2E037306e2626
Octal1102057456067601564646
Binary10010001000010111110010111001101111100001101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,133,60); }

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

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

 a { background-color: rgb(72,133,60); }

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

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

 span { border-color: rgb(72,133,60); }

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