#528B42

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

Shades of Fern Green #528B42

Tints of Fern Green #528B42

Color information

#528B42 (or 0x528B42) is unknown color: approx Fern Green. HEX triplet: 52, 8B and 42. RGB value is (82,139,66). Sum of RGB (Red+Green+Blue) = 82+139+66=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #528B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B42 is #AD74BD. Grayscale: #717171. Windows color (decimal): -11367614 or 4361042. OLE color: 4361042.

HSL color Cylindrical-coordinate representation of color #528B42: hue angle of 106.85º 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 #528B42 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB8213966-
CMYK0.4100.530.45
HSL106.85º35.61%40.2%-
HSV(B)106.85º52.52%54.51%-
XYZ13.720.658.42-
YUV113.64101.12105.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=28.57%
G=48.43%
B=23.00%

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
Decimal82139660.4100.530.45106.8535.6140.2
Hex528B42290352D6b2428
Octal12221310251065551534450
Binary101001010001011100001010100101101011011011101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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