Html Css Color HEX #53973F Fern Green

📋 copy color: '#53973F'

red 83 ◦ green 151 ◦ blue 63

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

Shades of Fern Green #53973F

Tints of Fern Green #53973F

RGB

 RED value IS 83 (32.81% from 255) = 27.95%

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

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

R = 27.95%
G = 50.84%
B = 21.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#53973F (or 0x53973F) is known color: Fern Green. HEX triplet: 53, 97 and 3F. RGB value is (83,151,63). Sum of RGB (Red+Green+Blue) = 83+151+63=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #53973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53973F is #AC68C0. Grayscale: #787878. Windows color (decimal): -11299009 or 4167507. OLE color: 4167507.

HSL color Cylindrical-coordinate representation of color #53973F: hue angle of 106.36º 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 #53973F is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 63 -
CMYK 0.45 0 0.58 0.41
HSL 106.36º 0.41% 0.42% -
HSV(B) 106.36º 0.58% 0.59% -
XYZ 15.53 24.33 8.58 -
YUV 120.64 95.47 101.16 -
System Red Green Blue C M Y K H S L
Decimal 83 151 63 0.45 0 0.58 0.41 106.36 0.41 0.42
Hex 53 97 3F 2D 0 3A 29 6A 29 2A
Octal 123 227 77 55 0 72 51 152 51 52
Binary 1010011 10010111 111111 101101 0 111010 101001 1101010 101001 101010

Color Harmonies of #53973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53973F

Black with #53973F

Text Example


Text Example

White with #53973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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