#528048

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

Shades of Fern Green #528048

Tints of Fern Green #528048

Color information

#528048 (or 0x528048) is unknown color: approx Fern Green. HEX triplet: 52, 80 and 48. RGB value is (82,128,72). Sum of RGB (Red+Green+Blue) = 82+128+72=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #528048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528048 is #AD7FB7. Grayscale: #6C6C6C. Windows color (decimal): -11370424 or 4751442. OLE color: 4751442.

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

Color convert

RGB8212872-
CMYK0.3600.440.50
HSL109.29º28%39.22%-
HSV(B)109.29º43.75%50.2%-
XYZ12.3717.78.9-
YUV107.86107.76109.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=29.08%
G=45.39%
B=25.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128720.3600.440.50109.292839.22
Hex5280482402C326d1c27
Octal12220011044054621553447
Binary10100101000000010010001001000101100110010110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528048; }

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

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

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

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

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

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

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

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