#528148

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

Shades of Fern Green #528148

Tints of Fern Green #528148

Color information

#528148 (or 0x528148) is unknown color: approx Fern Green. HEX triplet: 52, 81 and 48. RGB value is (82,129,72). Sum of RGB (Red+Green+Blue) = 82+129+72=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #528148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528148 is #AD7EB7. Grayscale: #6C6C6C. Windows color (decimal): -11370168 or 4751698. OLE color: 4751698.

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

Color convert

RGB8212972-
CMYK0.3600.440.49
HSL109.47º28.36%39.41%-
HSV(B)109.47º44.19%50.59%-
XYZ12.517.968.94-
YUV108.45107.43109.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=28.98%
G=45.58%
B=25.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129720.3600.440.49109.4728.3639.41
Hex5281482402C316d1c27
Octal12220111044054611553447
Binary10100101000000110010001001000101100110001110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528148; }

 p { color: rgb(82,129,72); }

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

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

 a { background-color: rgb(82,129,72); }

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

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

 span { border-color: rgb(82,129,72); }

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