#528244

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

Shades of Fern Green #528244

Tints of Fern Green #528244

Color information

#528244 (or 0x528244) is unknown color: approx Fern Green. HEX triplet: 52, 82 and 44. RGB value is (82,130,68). Sum of RGB (Red+Green+Blue) = 82+130+68=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #528244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528244 is #AD7DBB. Grayscale: #6C6C6C. Windows color (decimal): -11369916 or 4489810. OLE color: 4489810.

HSL color Cylindrical-coordinate representation of color #528244: hue angle of 106.45º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528244 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB8213068-
CMYK0.3700.480.49
HSL106.45º31.31%38.82%-
HSV(B)106.45º47.69%50.98%-
XYZ12.5118.188.32-
YUV108.58105.1109.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=29.29%
G=46.43%
B=24.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130680.3700.480.49106.4531.3138.82
Hex52824425030316a1f27
Octal12220210445060611523747
Binary10100101000001010001001001010110000110001110101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528244; }

 p { color: rgb(82,130,68); }

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

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

 a { background-color: rgb(82,130,68); }

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

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

 span { border-color: rgb(82,130,68); }

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