#528C46

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

Shades of Fern Green #528C46

Tints of Fern Green #528C46

Color information

#528C46 (or 0x528C46) is unknown color: approx Fern Green. HEX triplet: 52, 8C and 46. RGB value is (82,140,70). Sum of RGB (Red+Green+Blue) = 82+140+70=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #528C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C46 is #AD73B9. Grayscale: #727272. Windows color (decimal): -11367354 or 4623442. OLE color: 4623442.

HSL color Cylindrical-coordinate representation of color #528C46: hue angle of 109.71º degrees, saturation: 0.33, 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 #528C46 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB8214070-
CMYK0.4100.500.45
HSL109.71º33.33%41.18%-
HSV(B)109.71º50%54.9%-
XYZ13.9620.999.11-
YUV114.68102.78104.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=28.08%
G=47.95%
B=23.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140700.4100.500.45109.7133.3341.18
Hex528C46290322D6e2129
Octal12221410651062551564151
Binary101001010001100100011010100101100101011011101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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