#52713F

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

Shades of Fern Green #52713F

Tints of Fern Green #52713F

Color information

#52713F (or 0x52713F) is unknown color: approx Fern Green. HEX triplet: 52, 71 and 3F. RGB value is (82,113,63). Sum of RGB (Red+Green+Blue) = 82+113+63=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #52713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52713F is #AD8EC0. Grayscale: #626262. Windows color (decimal): -11374273 or 4157778. OLE color: 4157778.

HSL color Cylindrical-coordinate representation of color #52713F: hue angle of 97.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52713F is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB8211363-
CMYK0.2700.440.56
HSL97.2º28.41%34.51%-
HSV(B)97.2º44.25%44.31%-
XYZ10.2813.966.86-
YUV98.03108.23116.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 63 (25% from 255) = 24.42%
R=31.78%
G=43.80%
B=24.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113630.2700.440.5697.228.4134.51
Hex52713F1B02C38611c23
Octal1221617733054701413443
Binary10100101110001111111110110101100111000110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52713F; }

 p { color: rgb(82,113,63); }

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

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

 a { background-color: rgb(82,113,63); }

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

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

 span { border-color: rgb(82,113,63); }

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