Html Css Color HEX #527749 Fern Green

📋 copy color: '#527749'

red 82 ◦ green 119 ◦ blue 73

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

Shades of Fern Green #527749

Tints of Fern Green #527749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 29.93%
G = 43.43%
B = 26.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#527749 (or 0x527749) is known color: Fern Green. HEX triplet: 52, 77 and 49. RGB value is (82,119,73). Sum of RGB (Red+Green+Blue) = 82+119+73=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #527749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527749 is #AD88B6. Grayscale: #666666. Windows color (decimal): -11372727 or 4814674. OLE color: 4814674.

HSL color Cylindrical-coordinate representation of color #527749: hue angle of 108.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527749 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 73 -
CMYK 0.31 0 0.39 0.53
HSL 108.26º 0.24% 0.38% -
HSV(B) 108.26º 0.39% 0.47% -
XYZ 11.28 15.47 8.69 -
YUV 102.69 111.24 113.24 -
System Red Green Blue C M Y K H S L
Decimal 82 119 73 0.31 0 0.39 0.53 108.26 0.24 0.38
Hex 52 77 49 1F 0 27 35 6C 18 26
Octal 122 167 111 37 0 47 65 154 30 46
Binary 1010010 1110111 1001001 11111 0 100111 110101 1101100 11000 100110

Color Harmonies of #527749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527749

Black with #527749

Text Example


Text Example

White with #527749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527749; }

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

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

background-color css

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

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

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

border-color css

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

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

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