#48713D

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

Shades of Fern Green #48713D

Tints of Fern Green #48713D

Color information

#48713D (or 0x48713D) is unknown color: approx Fern Green. HEX triplet: 48, 71 and 3D. RGB value is (72,113,61). Sum of RGB (Red+Green+Blue) = 72+113+61=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #48713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48713D is #B78EC2. Grayscale: #5E5E5E. Windows color (decimal): -12029635 or 4026696. OLE color: 4026696.

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

Color convert

RGB7211361-
CMYK0.3600.460.56
HSL107.31º29.89%34.12%-
HSV(B)107.31º46.02%44.31%-
XYZ9.4213.526.53-
YUV94.81108.92111.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=29.27%
G=45.93%
B=24.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113610.3600.460.56107.3129.8934.12
Hex48713D2402E386b1e22
Octal1101617544056701533642
Binary100100011100011111011001000101110111000110101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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