Html Css Color HEX #52754D Fern Green

📋 copy color: '#52754D'

red 82 ◦ green 117 ◦ blue 77

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

Shades of Fern Green #52754D

Tints of Fern Green #52754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 29.71%
G = 42.39%
B = 27.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#52754D (or 0x52754D) is known color: Fern Green. HEX triplet: 52, 75 and 4D. RGB value is (82,117,77). Sum of RGB (Red+Green+Blue) = 82+117+77=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #52754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52754D is #AD8AB2. Grayscale: #666666. Windows color (decimal): -11373235 or 5076306. OLE color: 5076306.

HSL color Cylindrical-coordinate representation of color #52754D: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52754D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 77 -
CMYK 0.30 0 0.34 0.54
HSL 112.5º 0.21% 0.38% -
HSV(B) 112.5º 0.34% 0.46% -
XYZ 11.18 15.05 9.34 -
YUV 101.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 82 117 77 0.30 0 0.34 0.54 112.5 0.21 0.38
Hex 52 75 4D 1E 0 22 36 70 15 26
Octal 122 165 115 36 0 42 66 160 25 46
Binary 1010010 1110101 1001101 11110 0 100010 110110 1110000 10101 100110

Color Harmonies of #52754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52754D

Black with #52754D

Text Example


Text Example

White with #52754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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