#528745

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

Shades of Fern Green #528745

Tints of Fern Green #528745

Color information

#528745 (or 0x528745) is unknown color: approx Fern Green. HEX triplet: 52, 87 and 45. RGB value is (82,135,69). Sum of RGB (Red+Green+Blue) = 82+135+69=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #528745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528745 is #AD78BA. Grayscale: #6F6F6F. Windows color (decimal): -11368635 or 4556626. OLE color: 4556626.

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

Color convert

RGB8213569-
CMYK0.3900.490.47
HSL108.18º32.35%40%-
HSV(B)108.18º48.89%52.94%-
XYZ13.2219.558.71-
YUV111.63103.94106.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=28.67%
G=47.20%
B=24.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135690.3900.490.47108.1832.3540
Hex528745270312F6c2028
Octal12220710547061571544050
Binary101001010000111100010110011101100011011111101100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528745; }

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

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

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

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

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

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

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

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