#52703F

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

Shades of Fern Green #52703F

Tints of Fern Green #52703F

Color information

#52703F (or 0x52703F) is unknown color: approx Fern Green. HEX triplet: 52, 70 and 3F. RGB value is (82,112,63). Sum of RGB (Red+Green+Blue) = 82+112+63=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #52703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52703F is #AD8FC0. Grayscale: #616161. Windows color (decimal): -11374529 or 4157522. OLE color: 4157522.

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

Color convert

RGB8211263-
CMYK0.2700.440.56
HSL96.73º28%34.31%-
HSV(B)96.73º43.75%43.92%-
XYZ10.1713.746.82-
YUV97.44108.56116.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 63 (25% from 255) = 24.51%
R=31.91%
G=43.58%
B=24.51%

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
Decimal82112630.2700.440.5696.732834.31
Hex52703F1B02C38611c22
Octal1221607733054701413442
Binary10100101110000111111110110101100111000110000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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