Html Css Color HEX #52703F Fern Green

📋 copy color: '#52703F'

red 82 ◦ green 112 ◦ blue 63

#52703F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #52703F

Tints of Fern Green #52703F

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 value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#52703F (or 0x52703F) is known color: 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

RGB 82 112 63 -
CMYK 0.27 0 0.44 0.56
HSL 96.73º 0.28% 0.34% -
HSV(B) 96.73º 0.44% 0.44% -
XYZ 10.17 13.74 6.82 -
YUV 97.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 82 112 63 0.27 0 0.44 0.56 96.73 0.28 0.34
Hex 52 70 3F 1B 0 2C 38 61 1C 22
Octal 122 160 77 33 0 54 70 141 34 42
Binary 1010010 1110000 111111 11011 0 101100 111000 1100001 11100 100010

Color Harmonies of #52703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52703F

Black with #52703F

Text Example


Text Example

White with #52703F

Text Example


Text Example

HTML Codes & Css Web 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>