#528241

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

Shades of Fern Green #528241

Tints of Fern Green #528241

Color information

#528241 (or 0x528241) is unknown color: approx Fern Green. HEX triplet: 52, 82 and 41. RGB value is (82,130,65). Sum of RGB (Red+Green+Blue) = 82+130+65=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #528241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528241 is #AD7DBE. Grayscale: #6C6C6C. Windows color (decimal): -11369919 or 4293202. OLE color: 4293202.

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

Color convert

RGB8213065-
CMYK0.3700.500.49
HSL104.31º33.33%38.24%-
HSV(B)104.31º50%50.98%-
XYZ12.4218.147.85-
YUV108.24103.6109.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=29.60%
G=46.93%
B=23.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130650.3700.500.49104.3133.3338.24
Hex5282412503231682126
Octal12220210145062611504146
Binary101001010000010100000110010101100101100011101000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528241; }

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

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

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

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

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

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

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

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