#528545

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

Shades of Fern Green #528545

Tints of Fern Green #528545

Color information

#528545 (or 0x528545) is unknown color: approx Fern Green. HEX triplet: 52, 85 and 45. RGB value is (82,133,69). Sum of RGB (Red+Green+Blue) = 82+133+69=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #528545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528545 is #AD7ABA. Grayscale: #6E6E6E. Windows color (decimal): -11369147 or 4556114. OLE color: 4556114.

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

Color convert

RGB8213369-
CMYK0.3800.480.48
HSL107.81º31.68%39.61%-
HSV(B)107.81º48.12%52.16%-
XYZ12.94198.62-
YUV110.46104.6107.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=28.87%
G=46.83%
B=24.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133690.3800.480.48107.8131.6839.61
Hex52854526030306c2028
Octal12220510546060601544050
Binary101001010000101100010110011001100001100001101100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528545; }

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

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

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

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

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

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

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

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