Html Css Color HEX #527449 Fern Green

📋 copy color: '#527449'

red 82 ◦ green 116 ◦ blue 73

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

Shades of Fern Green #527449

Tints of Fern Green #527449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

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

R = 30.26%
G = 42.8%
B = 26.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#527449 (or 0x527449) is known color: Fern Green. HEX triplet: 52, 74 and 49. RGB value is (82,116,73). Sum of RGB (Red+Green+Blue) = 82+116+73=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #527449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527449 is #AD8BB6. Grayscale: #656565. Windows color (decimal): -11373495 or 4813906. OLE color: 4813906.

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

Color convert

RGB 82 116 73 -
CMYK 0.29 0 0.37 0.55
HSL 107.44º 0.23% 0.37% -
HSV(B) 107.44º 0.37% 0.45% -
XYZ 10.93 14.77 8.58 -
YUV 100.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 82 116 73 0.29 0 0.37 0.55 107.44 0.23 0.37
Hex 52 74 49 1D 0 25 37 6B 17 25
Octal 122 164 111 35 0 45 67 153 27 45
Binary 1010010 1110100 1001001 11101 0 100101 110111 1101011 10111 100101

Color Harmonies of #527449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527449

Black with #527449

Text Example


Text Example

White with #527449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527449; }

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

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

background-color css

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

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

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

border-color css

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

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

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