#528746

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

Shades of Fern Green #528746

Tints of Fern Green #528746

Color information

#528746 (or 0x528746) is unknown color: approx Fern Green. HEX triplet: 52, 87 and 46. RGB value is (82,135,70). Sum of RGB (Red+Green+Blue) = 82+135+70=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #528746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528746 is #AD78B9. Grayscale: #6F6F6F. Windows color (decimal): -11368634 or 4622162. OLE color: 4622162.

HSL color Cylindrical-coordinate representation of color #528746: hue angle of 108.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528746 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB8213570-
CMYK0.3900.480.47
HSL108.92º31.71%40.2%-
HSV(B)108.92º48.15%52.94%-
XYZ13.2519.568.87-
YUV111.74104.44106.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=28.57%
G=47.04%
B=24.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135700.3900.480.47108.9231.7140.2
Hex528746270302F6d2028
Octal12220710647060571554050
Binary101001010000111100011010011101100001011111101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528746; }

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

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

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

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

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

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

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

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