Html Css Color HEX #527147 Fern Green

📋 copy color: '#527147'

red 82 ◦ green 113 ◦ blue 71

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

Shades of Fern Green #527147

Tints of Fern Green #527147

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.48%

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

R = 30.83%
G = 42.48%
B = 26.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#527147 (or 0x527147) is known color: Fern Green. HEX triplet: 52, 71 and 47. RGB value is (82,113,71). Sum of RGB (Red+Green+Blue) = 82+113+71=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #527147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527147 is #AD8EB8. Grayscale: #636363. Windows color (decimal): -11374265 or 4682066. OLE color: 4682066.

HSL color Cylindrical-coordinate representation of color #527147: hue angle of 104.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527147 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 71 -
CMYK 0.27 0 0.37 0.56
HSL 104.29º 0.23% 0.36% -
HSV(B) 104.29º 0.37% 0.44% -
XYZ 10.52 14.06 8.12 -
YUV 98.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 82 113 71 0.27 0 0.37 0.56 104.29 0.23 0.36
Hex 52 71 47 1B 0 25 38 68 17 24
Octal 122 161 107 33 0 45 70 150 27 44
Binary 1010010 1110001 1000111 11011 0 100101 111000 1101000 10111 100100

Color Harmonies of #527147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527147

Black with #527147

Text Example


Text Example

White with #527147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527147; }

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

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

background-color css

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

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

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

border-color css

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

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

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