Html Css Color HEX #52973F Fern Green

📋 copy color: '#52973F'

red 82 ◦ green 151 ◦ blue 63

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

Shades of Fern Green #52973F

Tints of Fern Green #52973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.01%

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

R = 27.7%
G = 51.01%
B = 21.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#52973F (or 0x52973F) is known color: Fern Green. HEX triplet: 52, 97 and 3F. RGB value is (82,151,63). Sum of RGB (Red+Green+Blue) = 82+151+63=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #52973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52973F is #AD68C0. Grayscale: #787878. Windows color (decimal): -11364545 or 4167506. OLE color: 4167506.

HSL color Cylindrical-coordinate representation of color #52973F: hue angle of 107.05º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52973F is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 63 -
CMYK 0.46 0 0.58 0.41
HSL 107.05º 0.41% 0.42% -
HSV(B) 107.05º 0.58% 0.59% -
XYZ 15.44 24.29 8.58 -
YUV 120.34 95.64 100.66 -
System Red Green Blue C M Y K H S L
Decimal 82 151 63 0.46 0 0.58 0.41 107.05 0.41 0.42
Hex 52 97 3F 2E 0 3A 29 6B 29 2A
Octal 122 227 77 56 0 72 51 153 51 52
Binary 1010010 10010111 111111 101110 0 111010 101001 1101011 101001 101010

Color Harmonies of #52973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52973F

Black with #52973F

Text Example


Text Example

White with #52973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52973F;
 }
 .AnyTagClassName
 {
   color: #52973F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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