#528F40

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

Shades of Fern Green #528F40

Tints of Fern Green #528F40

Color information

#528F40 (or 0x528F40) is unknown color: approx Fern Green. HEX triplet: 52, 8F and 40. RGB value is (82,143,64). Sum of RGB (Red+Green+Blue) = 82+143+64=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #528F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528F40 is #AD70BF. Grayscale: #747474. Windows color (decimal): -11366592 or 4230994. OLE color: 4230994.

HSL color Cylindrical-coordinate representation of color #528F40: hue angle of 106.33º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #528F40 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB8214364-
CMYK0.4300.550.44
HSL106.33º38.16%40.59%-
HSV(B)106.33º55.24%56.08%-
XYZ14.2321.818.31-
YUV115.7698.79103.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 143 (56.25% from 255) = 49.48%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=28.37%
G=49.48%
B=22.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82143640.4300.550.44106.3338.1640.59
Hex528F402B0372C6a2629
Octal12221710053067541524651
Binary101001010001111100000010101101101111011001101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,143,64); }

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

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

 a { background-color: rgb(82,143,64); }

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

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

 span { border-color: rgb(82,143,64); }

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