#528237

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

Shades of Fern Green #528237

Tints of Fern Green #528237

Color information

#528237 (or 0x528237) is unknown color: approx Fern Green. HEX triplet: 52, 82 and 37. RGB value is (82,130,55). Sum of RGB (Red+Green+Blue) = 82+130+55=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #528237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528237 is #AD7DC8. Grayscale: #6B6B6B. Windows color (decimal): -11369929 or 3637842. OLE color: 3637842.

HSL color Cylindrical-coordinate representation of color #528237: hue angle of 98.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #528237 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB8213055-
CMYK0.3700.580.49
HSL98.4º40.54%36.27%-
HSV(B)98.4º57.69%50.98%-
XYZ12.1518.036.46-
YUV107.198.6110.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=30.71%
G=48.69%
B=20.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130550.3700.580.4998.440.5436.27
Hex5282372503A31622924
Octal1222026745072611425144
Binary10100101000001011011110010101110101100011100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528237; }

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

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

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

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

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

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

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

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