Html Css Color HEX #527347 Fern Green

📋 copy color: '#527347'

red 82 ◦ green 115 ◦ blue 71

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

Shades of Fern Green #527347

Tints of Fern Green #527347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.91%

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

R = 30.6%
G = 42.91%
B = 26.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#527347 (or 0x527347) is known color: Fern Green. HEX triplet: 52, 73 and 47. RGB value is (82,115,71). Sum of RGB (Red+Green+Blue) = 82+115+71=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #527347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527347 is #AD8CB8. Grayscale: #646464. Windows color (decimal): -11373753 or 4682578. OLE color: 4682578.

HSL color Cylindrical-coordinate representation of color #527347: hue angle of 105º degrees, saturation: 0.24, 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 #527347 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 71 -
CMYK 0.29 0 0.38 0.55
HSL 105º 0.24% 0.36% -
HSV(B) 105º 0.38% 0.45% -
XYZ 10.75 14.51 8.2 -
YUV 100.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 82 115 71 0.29 0 0.38 0.55 105 0.24 0.36
Hex 52 73 47 1D 0 26 37 69 18 24
Octal 122 163 107 35 0 46 67 151 30 44
Binary 1010010 1110011 1000111 11101 0 100110 110111 1101001 11000 100100

Color Harmonies of #527347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527347

Black with #527347

Text Example


Text Example

White with #527347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527347; }

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

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

background-color css

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

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

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

border-color css

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

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

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