Html Css Color HEX #528547 Fern Green

📋 copy color: '#528547'

red 82 ◦ green 133 ◦ blue 71

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

Shades of Fern Green #528547

Tints of Fern Green #528547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 28.67%
G = 46.5%
B = 24.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#528547 (or 0x528547) is known color: Fern Green. HEX triplet: 52, 85 and 47. RGB value is (82,133,71). Sum of RGB (Red+Green+Blue) = 82+133+71=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #528547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528547 is #AD7AB8. Grayscale: #6E6E6E. Windows color (decimal): -11369145 or 4687186. OLE color: 4687186.

HSL color Cylindrical-coordinate representation of color #528547: hue angle of 109.35º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #528547 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 71 -
CMYK 0.38 0 0.47 0.48
HSL 109.35º 0.3% 0.4% -
HSV(B) 109.35º 0.47% 0.52% -
XYZ 13 19.02 8.95 -
YUV 110.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 82 133 71 0.38 0 0.47 0.48 109.35 0.3 0.4
Hex 52 85 47 26 0 2F 30 6D 1E 28
Octal 122 205 107 46 0 57 60 155 36 50
Binary 1010010 10000101 1000111 100110 0 101111 110000 1101101 11110 101000

Color Harmonies of #528547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528547

Black with #528547

Text Example


Text Example

White with #528547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528547; }

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

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

background-color css

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

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

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

border-color css

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

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

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