#528B41

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

Shades of Fern Green #528B41

Tints of Fern Green #528B41

Color information

#528B41 (or 0x528B41) is unknown color: approx Fern Green. HEX triplet: 52, 8B and 41. RGB value is (82,139,65). Sum of RGB (Red+Green+Blue) = 82+139+65=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #528B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B41 is #AD74BE. Grayscale: #717171. Windows color (decimal): -11367615 or 4295506. OLE color: 4295506.

HSL color Cylindrical-coordinate representation of color #528B41: hue angle of 106.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528B41 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB8213965-
CMYK0.4100.530.45
HSL106.22º36.27%40%-
HSV(B)106.22º53.24%54.51%-
XYZ13.6720.648.26-
YUV113.52100.62105.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 65 (25.78% from 255) = 22.73%
R=28.67%
G=48.60%
B=22.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82139650.4100.530.45106.2236.2740
Hex528B41290352D6a2428
Octal12221310151065551524450
Binary101001010001011100000110100101101011011011101010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528B41; }

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

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

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

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

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

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

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

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