#52803C

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

Shades of Fern Green #52803C

Tints of Fern Green #52803C

Color information

#52803C (or 0x52803C) is unknown color: approx Fern Green. HEX triplet: 52, 80 and 3C. RGB value is (82,128,60). Sum of RGB (Red+Green+Blue) = 82+128+60=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #52803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52803C is #AD7FC3. Grayscale: #6A6A6A. Windows color (decimal): -11370436 or 3965010. OLE color: 3965010.

HSL color Cylindrical-coordinate representation of color #52803C: hue angle of 100.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52803C is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB8212860-
CMYK0.3600.530.50
HSL100.59º36.17%36.86%-
HSV(B)100.59º53.12%50.2%-
XYZ12.0117.567.03-
YUV106.49101.76110.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=30.37%
G=47.41%
B=22.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128600.3600.530.50100.5936.1736.86
Hex52803C2403532652425
Octal1222007444065621454445
Binary10100101000000011110010010001101011100101100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52803C; }

 p { color: rgb(82,128,60); }

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

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

 a { background-color: rgb(82,128,60); }

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

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

 span { border-color: rgb(82,128,60); }

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