Html Css Color HEX #528947 Fern Green

📋 copy color: '#528947'

red 82 ◦ green 137 ◦ blue 71

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

Shades of Fern Green #528947

Tints of Fern Green #528947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.24%

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

R = 28.28%
G = 47.24%
B = 24.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#528947 (or 0x528947) is known color: Fern Green. HEX triplet: 52, 89 and 47. RGB value is (82,137,71). Sum of RGB (Red+Green+Blue) = 82+137+71=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #528947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528947 is #AD76B8. Grayscale: #717171. Windows color (decimal): -11368121 or 4688210. OLE color: 4688210.

HSL color Cylindrical-coordinate representation of color #528947: hue angle of 110º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528947 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 71 -
CMYK 0.40 0 0.48 0.46
HSL 110º 0.32% 0.41% -
HSV(B) 110º 0.48% 0.54% -
XYZ 13.56 20.14 9.13 -
YUV 113.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 82 137 71 0.40 0 0.48 0.46 110 0.32 0.41
Hex 52 89 47 28 0 30 2E 6E 20 29
Octal 122 211 107 50 0 60 56 156 40 51
Binary 1010010 10001001 1000111 101000 0 110000 101110 1101110 100000 101001

Color Harmonies of #528947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528947

Black with #528947

Text Example


Text Example

White with #528947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528947; }

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

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

background-color css

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

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

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

border-color css

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

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

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