Html Css Color HEX #527049 Fern Green

📋 copy color: '#527049'

red 82 ◦ green 112 ◦ blue 73

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

Shades of Fern Green #527049

Tints of Fern Green #527049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.95%

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

R = 30.71%
G = 41.95%
B = 27.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#527049 (or 0x527049) is known color: Fern Green. HEX triplet: 52, 70 and 49. RGB value is (82,112,73). Sum of RGB (Red+Green+Blue) = 82+112+73=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #527049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527049 is #AD8FB6. Grayscale: #626262. Windows color (decimal): -11374519 or 4812882. OLE color: 4812882.

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

Color convert

RGB 82 112 73 -
CMYK 0.27 0 0.35 0.56
HSL 106.15º 0.21% 0.36% -
HSV(B) 106.15º 0.35% 0.44% -
XYZ 10.48 13.86 8.43 -
YUV 98.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 82 112 73 0.27 0 0.35 0.56 106.15 0.21 0.36
Hex 52 70 49 1B 0 23 38 6A 15 24
Octal 122 160 111 33 0 43 70 152 25 44
Binary 1010010 1110000 1001001 11011 0 100011 111000 1101010 10101 100100

Color Harmonies of #527049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527049

Black with #527049

Text Example


Text Example

White with #527049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527049; }

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

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

background-color css

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

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

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

border-color css

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

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

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