#528D48

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

Shades of Fern Green #528D48

Tints of Fern Green #528D48

Color information

#528D48 (or 0x528D48) is unknown color: approx Fern Green. HEX triplet: 52, 8D and 48. RGB value is (82,141,72). Sum of RGB (Red+Green+Blue) = 82+141+72=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #528D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D48 is #AD72B7. Grayscale: #737373. Windows color (decimal): -11367096 or 4754770. OLE color: 4754770.

HSL color Cylindrical-coordinate representation of color #528D48: hue angle of 111.3º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528D48 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB8214172-
CMYK0.4200.490.45
HSL111.3º32.39%41.76%-
HSV(B)111.3º48.94%55.29%-
XYZ14.1721.319.5-
YUV115.49103.45104.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=27.80%
G=47.80%
B=24.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141720.4200.490.45111.332.3941.76
Hex528D482A0312D6f202a
Octal12221511052061551574052
Binary101001010001101100100010101001100011011011101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528D48; }

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

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

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

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

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

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

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

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