#528140

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

Shades of Fern Green #528140

Tints of Fern Green #528140

Color information

#528140 (or 0x528140) is unknown color: approx Fern Green. HEX triplet: 52, 81 and 40. RGB value is (82,129,64). Sum of RGB (Red+Green+Blue) = 82+129+64=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #528140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528140 is #AD7EBF. Grayscale: #6B6B6B. Windows color (decimal): -11370176 or 4227410. OLE color: 4227410.

HSL color Cylindrical-coordinate representation of color #528140: hue angle of 103.38º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528140 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB8212964-
CMYK0.3600.500.49
HSL103.38º33.68%37.84%-
HSV(B)103.38º50.39%50.59%-
XYZ12.2617.867.65-
YUV107.54103.43109.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=29.82%
G=46.91%
B=23.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129640.3600.500.49103.3833.6837.84
Hex5281402403231672226
Octal12220110044062611474246
Binary101001010000001100000010010001100101100011100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528140; }

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

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

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

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

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

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

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

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