Html Css Color HEX #52794D Fern Green

📋 copy color: '#52794D'

red 82 ◦ green 121 ◦ blue 77

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

Shades of Fern Green #52794D

Tints of Fern Green #52794D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.21%

 BLUE value IS 77 (30.47% from 255) = 27.5%

R = 29.29%
G = 43.21%
B = 27.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#52794D (or 0x52794D) is known color: Fern Green. HEX triplet: 52, 79 and 4D. RGB value is (82,121,77). Sum of RGB (Red+Green+Blue) = 82+121+77=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #52794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52794D is #AD86B2. Grayscale: #686868. Windows color (decimal): -11372211 or 5077330. OLE color: 5077330.

HSL color Cylindrical-coordinate representation of color #52794D: hue angle of 113.18º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52794D is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 77 -
CMYK 0.32 0 0.36 0.53
HSL 113.18º 0.22% 0.39% -
HSV(B) 113.18º 0.36% 0.47% -
XYZ 11.66 16 9.5 -
YUV 104.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 82 121 77 0.32 0 0.36 0.53 113.18 0.22 0.39
Hex 52 79 4D 20 0 24 35 71 16 27
Octal 122 171 115 40 0 44 65 161 26 47
Binary 1010010 1111001 1001101 100000 0 100100 110101 1110001 10110 100111

Color Harmonies of #52794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52794D

Black with #52794D

Text Example


Text Example

White with #52794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52794D; }

 p { color: rgb(82,121,77); }

 H1.HeaderClassName
 {
   color: #52794D;
 }
 .AnyTagClassName
 {
   color: #52794D;
 }
</style>

background-color css

<style>
 a { background-color: #52794D; }

 a { background-color: rgb(82,121,77); }

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

border-color css

<style>
 span { border-color: #52794D; }

 span { border-color: rgb(82,121,77); }

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