#528942

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

Shades of Fern Green #528942

Tints of Fern Green #528942

Color information

#528942 (or 0x528942) is unknown color: approx Fern Green. HEX triplet: 52, 89 and 42. RGB value is (82,137,66). Sum of RGB (Red+Green+Blue) = 82+137+66=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #528942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528942 is #AD76BD. Grayscale: #707070. Windows color (decimal): -11368126 or 4360530. OLE color: 4360530.

HSL color Cylindrical-coordinate representation of color #528942: hue angle of 106.48º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528942 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB8213766-
CMYK0.4000.520.46
HSL106.48º34.98%39.8%-
HSV(B)106.48º51.82%53.73%-
XYZ13.4120.088.32-
YUV112.46101.78106.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=28.77%
G=48.07%
B=23.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137660.4000.520.46106.4834.9839.8
Hex528942280342E6a2328
Octal12221110250064561524350
Binary101001010001001100001010100001101001011101101010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528942; }

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

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

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

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

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

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

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

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