#528049

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

Shades of Fern Green #528049

Tints of Fern Green #528049

Color information

#528049 (or 0x528049) is unknown color: approx Fern Green. HEX triplet: 52, 80 and 49. RGB value is (82,128,73). Sum of RGB (Red+Green+Blue) = 82+128+73=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #528049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528049 is #AD7FB6. Grayscale: #6C6C6C. Windows color (decimal): -11370423 or 4816978. OLE color: 4816978.

HSL color Cylindrical-coordinate representation of color #528049: hue angle of 110.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528049 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB8212873-
CMYK0.3600.430.50
HSL110.18º27.36%39.41%-
HSV(B)110.18º42.97%50.2%-
XYZ12.417.719.07-
YUV107.98108.26109.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=28.98%
G=45.23%
B=25.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128730.3600.430.50110.1827.3639.41
Hex5280492402B326e1b27
Octal12220011144053621563347
Binary10100101000000010010011001000101011110010110111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528049; }

 p { color: rgb(82,128,73); }

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

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

 a { background-color: rgb(82,128,73); }

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

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

 span { border-color: rgb(82,128,73); }

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