#528D46

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

Shades of Fern Green #528D46

Tints of Fern Green #528D46

Color information

#528D46 (or 0x528D46) is unknown color: approx Fern Green. HEX triplet: 52, 8D and 46. RGB value is (82,141,70). Sum of RGB (Red+Green+Blue) = 82+141+70=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #528D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D46 is #AD72B9. Grayscale: #737373. Windows color (decimal): -11367098 or 4623698. OLE color: 4623698.

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

Color convert

RGB8214170-
CMYK0.4200.500.45
HSL109.86º33.65%41.37%-
HSV(B)109.86º50.35%55.29%-
XYZ14.1121.299.16-
YUV115.26102.45104.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 141 (55.47% from 255) = 48.12%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=27.99%
G=48.12%
B=23.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141700.4200.500.45109.8633.6541.37
Hex528D462A0322D6e2229
Octal12221510652062551564251
Binary101001010001101100011010101001100101011011101110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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