Html Css Color HEX #527149 Fern Green

📋 copy color: '#527149'

red 82 ◦ green 113 ◦ blue 73

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

Shades of Fern Green #527149

Tints of Fern Green #527149

RGB

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

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

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

R = 30.6%
G = 42.16%
B = 27.24%

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

#527149 (or 0x527149) is known color: Fern Green. HEX triplet: 52, 71 and 49. RGB value is (82,113,73). Sum of RGB (Red+Green+Blue) = 82+113+73=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #527149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527149 is #AD8EB6. Grayscale: #636363. Windows color (decimal): -11374263 or 4813138. OLE color: 4813138.

HSL color Cylindrical-coordinate representation of color #527149: hue angle of 106.5º degrees, saturation: 0.22, 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 #527149 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 73 -
CMYK 0.27 0 0.35 0.56
HSL 106.5º 0.22% 0.36% -
HSV(B) 106.5º 0.35% 0.44% -
XYZ 10.59 14.09 8.46 -
YUV 99.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 82 113 73 0.27 0 0.35 0.56 106.5 0.22 0.36
Hex 52 71 49 1B 0 23 38 6A 16 24
Octal 122 161 111 33 0 43 70 152 26 44
Binary 1010010 1110001 1001001 11011 0 100011 111000 1101010 10110 100100

Color Harmonies of #527149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527149

Black with #527149

Text Example


Text Example

White with #527149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527149; }

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

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

background-color css

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

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

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

border-color css

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

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

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