Html Css Color HEX #52784D Fern Green

📋 copy color: '#52784D'

red 82 ◦ green 120 ◦ blue 77

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

Shades of Fern Green #52784D

Tints of Fern Green #52784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.01%

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

R = 29.39%
G = 43.01%
B = 27.6%

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

#52784D (or 0x52784D) is known color: Fern Green. HEX triplet: 52, 78 and 4D. RGB value is (82,120,77). Sum of RGB (Red+Green+Blue) = 82+120+77=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #52784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52784D is #AD87B2. Grayscale: #676767. Windows color (decimal): -11372467 or 5077074. OLE color: 5077074.

HSL color Cylindrical-coordinate representation of color #52784D: hue angle of 113.02º 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 #52784D is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 77 -
CMYK 0.32 0 0.36 0.53
HSL 113.02º 0.22% 0.39% -
HSV(B) 113.02º 0.36% 0.47% -
XYZ 11.54 15.76 9.46 -
YUV 103.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 82 120 77 0.32 0 0.36 0.53 113.02 0.22 0.39
Hex 52 78 4D 20 0 24 35 71 16 27
Octal 122 170 115 40 0 44 65 161 26 47
Binary 1010010 1111000 1001101 100000 0 100100 110101 1110001 10110 100111

Color Harmonies of #52784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52784D

Black with #52784D

Text Example


Text Example

White with #52784D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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