Html Css Color HEX #527247 Fern Green

📋 copy color: '#527247'

red 82 ◦ green 114 ◦ blue 71

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

Shades of Fern Green #527247

Tints of Fern Green #527247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 30.71%
G = 42.7%
B = 26.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#527247 (or 0x527247) is known color: Fern Green. HEX triplet: 52, 72 and 47. RGB value is (82,114,71). Sum of RGB (Red+Green+Blue) = 82+114+71=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #527247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527247 is #AD8DB8. Grayscale: #636363. Windows color (decimal): -11374009 or 4682322. OLE color: 4682322.

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

Color convert

RGB 82 114 71 -
CMYK 0.28 0 0.38 0.55
HSL 104.65º 0.23% 0.36% -
HSV(B) 104.65º 0.38% 0.45% -
XYZ 10.63 14.28 8.16 -
YUV 99.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 82 114 71 0.28 0 0.38 0.55 104.65 0.23 0.36
Hex 52 72 47 1C 0 26 37 69 17 24
Octal 122 162 107 34 0 46 67 151 27 44
Binary 1010010 1110010 1000111 11100 0 100110 110111 1101001 10111 100100

Color Harmonies of #527247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527247

Black with #527247

Text Example


Text Example

White with #527247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527247; }

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

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

background-color css

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

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

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

border-color css

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

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

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