#528845

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

Shades of Fern Green #528845

Tints of Fern Green #528845

Color information

#528845 (or 0x528845) is unknown color: approx Fern Green. HEX triplet: 52, 88 and 45. RGB value is (82,136,69). Sum of RGB (Red+Green+Blue) = 82+136+69=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #528845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528845 is #AD77BA. Grayscale: #707070. Windows color (decimal): -11368379 or 4556882. OLE color: 4556882.

HSL color Cylindrical-coordinate representation of color #528845: hue angle of 108.36º degrees, saturation: 0.33, 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 #528845 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB8213669-
CMYK0.4000.490.47
HSL108.36º32.68%40.2%-
HSV(B)108.36º49.26%53.33%-
XYZ13.3619.838.75-
YUV112.22103.61106.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=28.57%
G=47.39%
B=24.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136690.4000.490.47108.3632.6840.2
Hex528845280312F6c2128
Octal12221010550061571544150
Binary101001010001000100010110100001100011011111101100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528845; }

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

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

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

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

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

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

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

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