Html Css Color HEX #528149 Fern Green

📋 copy color: '#528149'

red 82 ◦ green 129 ◦ blue 73

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

Shades of Fern Green #528149

Tints of Fern Green #528149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

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

R = 28.87%
G = 45.42%
B = 25.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#528149 (or 0x528149) is known color: Fern Green. HEX triplet: 52, 81 and 49. RGB value is (82,129,73). Sum of RGB (Red+Green+Blue) = 82+129+73=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #528149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528149 is #AD7EB6. Grayscale: #6C6C6C. Windows color (decimal): -11370167 or 4817234. OLE color: 4817234.

HSL color Cylindrical-coordinate representation of color #528149: hue angle of 110.36º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528149 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 73 -
CMYK 0.36 0 0.43 0.49
HSL 110.36º 0.28% 0.4% -
HSV(B) 110.36º 0.43% 0.51% -
XYZ 12.53 17.98 9.11 -
YUV 108.56 107.93 109.05 -
System Red Green Blue C M Y K H S L
Decimal 82 129 73 0.36 0 0.43 0.49 110.36 0.28 0.4
Hex 52 81 49 24 0 2B 31 6E 1C 28
Octal 122 201 111 44 0 53 61 156 34 50
Binary 1010010 10000001 1001001 100100 0 101011 110001 1101110 11100 101000

Color Harmonies of #528149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528149

Black with #528149

Text Example


Text Example

White with #528149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528149; }

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

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

background-color css

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

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

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

border-color css

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

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

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