#48713F

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

Shades of Fern Green #48713F

Tints of Fern Green #48713F

Color information

#48713F (or 0x48713F) is unknown color: approx Fern Green. HEX triplet: 48, 71 and 3F. RGB value is (72,113,63). Sum of RGB (Red+Green+Blue) = 72+113+63=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #48713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48713F is #B78EC0. Grayscale: #5F5F5F. Windows color (decimal): -12029633 or 4157768. OLE color: 4157768.

HSL color Cylindrical-coordinate representation of color #48713F: hue angle of 109.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48713F is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB7211363-
CMYK0.3600.440.56
HSL109.2º28.41%34.51%-
HSV(B)109.2º44.25%44.31%-
XYZ9.4713.556.82-
YUV95.04109.92111.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 63 (25% from 255) = 25.40%
R=29.03%
G=45.56%
B=25.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113630.3600.440.56109.228.4134.51
Hex48713F2402C386d1c23
Octal1101617744054701553443
Binary100100011100011111111001000101100111000110110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48713F; }

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

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

<style>
 a { background-color: #48713F; }

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

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

<style>
 span { border-color: #48713F; }

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

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