Html Css Color HEX #527C49 Fern Green

📋 copy color: '#527C49'

red 82 ◦ green 124 ◦ blue 73

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

Shades of Fern Green #527C49

Tints of Fern Green #527C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.44%

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 29.39%
G = 44.44%
B = 26.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#527C49 (or 0x527C49) is known color: Fern Green. HEX triplet: 52, 7C and 49. RGB value is (82,124,73). Sum of RGB (Red+Green+Blue) = 82+124+73=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #527C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C49 is #AD83B6. Grayscale: #696969. Windows color (decimal): -11371447 or 4815954. OLE color: 4815954.

HSL color Cylindrical-coordinate representation of color #527C49: hue angle of 109.41º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527C49 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 73 -
CMYK 0.34 0 0.41 0.51
HSL 109.41º 0.26% 0.39% -
HSV(B) 109.41º 0.41% 0.49% -
XYZ 11.89 16.69 8.9 -
YUV 105.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 82 124 73 0.34 0 0.41 0.51 109.41 0.26 0.39
Hex 52 7C 49 22 0 29 33 6D 1A 27
Octal 122 174 111 42 0 51 63 155 32 47
Binary 1010010 1111100 1001001 100010 0 101001 110011 1101101 11010 100111

Color Harmonies of #527C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C49

Black with #527C49

Text Example


Text Example

White with #527C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527C49; }

 p { color: rgb(82,124,73); }

 H1.HeaderClassName
 {
   color: #527C49;
 }
 .AnyTagClassName
 {
   color: #527C49;
 }
</style>

background-color css

<style>
 a { background-color: #527C49; }

 a { background-color: rgb(82,124,73); }

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

border-color css

<style>
 span { border-color: #527C49; }

 span { border-color: rgb(82,124,73); }

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