Html Css Color HEX #52794A Fern Green

📋 copy color: '#52794A'

red 82 ◦ green 121 ◦ blue 74

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

Shades of Fern Green #52794A

Tints of Fern Green #52794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 29.6%
G = 43.68%
B = 26.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#52794A (or 0x52794A) is known color: Fern Green. HEX triplet: 52, 79 and 4A. RGB value is (82,121,74). Sum of RGB (Red+Green+Blue) = 82+121+74=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #52794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52794A is #AD86B5. Grayscale: #686868. Windows color (decimal): -11372214 or 4880722. OLE color: 4880722.

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

Color convert

RGB 82 121 74 -
CMYK 0.32 0 0.39 0.53
HSL 109.79º 0.24% 0.38% -
HSV(B) 109.79º 0.39% 0.47% -
XYZ 11.55 15.96 8.95 -
YUV 103.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 82 121 74 0.32 0 0.39 0.53 109.79 0.24 0.38
Hex 52 79 4A 20 0 27 35 6E 18 26
Octal 122 171 112 40 0 47 65 156 30 46
Binary 1010010 1111001 1001010 100000 0 100111 110101 1101110 11000 100110

Color Harmonies of #52794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52794A

Black with #52794A

Text Example


Text Example

White with #52794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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