#48813D

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

Shades of Fern Green #48813D

Tints of Fern Green #48813D

Color information

#48813D (or 0x48813D) is unknown color: approx Fern Green. HEX triplet: 48, 81 and 3D. RGB value is (72,129,61). Sum of RGB (Red+Green+Blue) = 72+129+61=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #48813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48813D is #B77EC2. Grayscale: #686868. Windows color (decimal): -12025539 or 4030792. OLE color: 4030792.

HSL color Cylindrical-coordinate representation of color #48813D: hue angle of 110.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48813D is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB7212961-
CMYK0.4400.530.49
HSL110.29º35.79%37.25%-
HSV(B)110.29º52.71%50.59%-
XYZ11.3717.427.18-
YUV104.21103.62105.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=27.48%
G=49.24%
B=23.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129610.4400.530.49110.2935.7937.25
Hex48813D2C035316e2425
Octal1102017554065611564445
Binary10010001000000111110110110001101011100011101110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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