Html Css Color HEX #52774D Fern Green

📋 copy color: '#52774D'

red 82 ◦ green 119 ◦ blue 77

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

Shades of Fern Green #52774D

Tints of Fern Green #52774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.81%

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

R = 29.5%
G = 42.81%
B = 27.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#52774D (or 0x52774D) is known color: Fern Green. HEX triplet: 52, 77 and 4D. RGB value is (82,119,77). Sum of RGB (Red+Green+Blue) = 82+119+77=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #52774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52774D is #AD88B2. Grayscale: #676767. Windows color (decimal): -11372723 or 5076818. OLE color: 5076818.

HSL color Cylindrical-coordinate representation of color #52774D: hue angle of 112.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52774D is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 77 -
CMYK 0.31 0 0.35 0.53
HSL 112.86º 0.21% 0.38% -
HSV(B) 112.86º 0.35% 0.47% -
XYZ 11.42 15.52 9.42 -
YUV 103.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 82 119 77 0.31 0 0.35 0.53 112.86 0.21 0.38
Hex 52 77 4D 1F 0 23 35 71 15 26
Octal 122 167 115 37 0 43 65 161 25 46
Binary 1010010 1110111 1001101 11111 0 100011 110101 1110001 10101 100110

Color Harmonies of #52774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52774D

Black with #52774D

Text Example


Text Example

White with #52774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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