Html Css Color HEX #527249 Fern Green

📋 copy color: '#527249'

red 82 ◦ green 114 ◦ blue 73

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

Shades of Fern Green #527249

Tints of Fern Green #527249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 30.48%
G = 42.38%
B = 27.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#527249 (or 0x527249) is known color: Fern Green. HEX triplet: 52, 72 and 49. RGB value is (82,114,73). Sum of RGB (Red+Green+Blue) = 82+114+73=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #527249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527249 is #AD8DB6. Grayscale: #636363. Windows color (decimal): -11374007 or 4813394. OLE color: 4813394.

HSL color Cylindrical-coordinate representation of color #527249: hue angle of 106.83º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527249 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 73 -
CMYK 0.28 0 0.36 0.55
HSL 106.83º 0.22% 0.37% -
HSV(B) 106.83º 0.36% 0.45% -
XYZ 10.7 14.31 8.5 -
YUV 99.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 82 114 73 0.28 0 0.36 0.55 106.83 0.22 0.37
Hex 52 72 49 1C 0 24 37 6B 16 25
Octal 122 162 111 34 0 44 67 153 26 45
Binary 1010010 1110010 1001001 11100 0 100100 110111 1101011 10110 100101

Color Harmonies of #527249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527249

Black with #527249

Text Example


Text Example

White with #527249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527249; }

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

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

background-color css

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

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

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

border-color css

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

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

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