Html Css Color HEX #52713F Fern Green

📋 copy color: '#52713F'

red 82 ◦ green 113 ◦ blue 63

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

Shades of Fern Green #52713F

Tints of Fern Green #52713F

RGB

 RED value IS 82 (32.42% from 255) = 31.78%

 GREEN value IS 113 (44.53% from 255) = 43.8%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 31.78%
G = 43.8%
B = 24.42%

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

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

RGB 82 113 63 -
CMYK 0.27 0 0.44 0.56
HSL 97.2º 0.28% 0.35% -
HSV(B) 97.2º 0.44% 0.44% -
XYZ 10.28 13.96 6.86 -
YUV 98.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 82 113 63 0.27 0 0.44 0.56 97.2 0.28 0.35
Hex 52 71 3F 1B 0 2C 38 61 1C 23
Octal 122 161 77 33 0 54 70 141 34 43
Binary 1010010 1110001 111111 11011 0 101100 111000 1100001 11100 100011

Color Harmonies of #52713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52713F

Black with #52713F

Text Example


Text Example

White with #52713F

Text Example


Text Example

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