#528337

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

Shades of Fern Green #528337

Tints of Fern Green #528337

Color information

#528337 (or 0x528337) is unknown color: approx Fern Green. HEX triplet: 52, 83 and 37. RGB value is (82,131,55). Sum of RGB (Red+Green+Blue) = 82+131+55=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #528337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528337 is #AD7CC8. Grayscale: #6B6B6B. Windows color (decimal): -11369673 or 3638098. OLE color: 3638098.

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

Color convert

RGB8213155-
CMYK0.3700.580.49
HSL98.68º40.86%36.47%-
HSV(B)98.68º58.02%51.37%-
XYZ12.2918.36.5-
YUV107.6898.27109.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=30.60%
G=48.88%
B=20.52%

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
Decimal82131550.3700.580.4998.6840.8636.47
Hex5283372503A31632924
Octal1222036745072611435144
Binary10100101000001111011110010101110101100011100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528337; }

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

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

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

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

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

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

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

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