Html Css Color HEX #528449 Fern Green

📋 copy color: '#528449'

red 82 ◦ green 132 ◦ blue 73

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

Shades of Fern Green #528449

Tints of Fern Green #528449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

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

R = 28.57%
G = 45.99%
B = 25.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#528449 (or 0x528449) is known color: Fern Green. HEX triplet: 52, 84 and 49. RGB value is (82,132,73). Sum of RGB (Red+Green+Blue) = 82+132+73=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #528449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528449 is #AD7BB6. Grayscale: #6E6E6E. Windows color (decimal): -11369399 or 4818002. OLE color: 4818002.

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

Color convert

RGB 82 132 73 -
CMYK 0.38 0 0.45 0.48
HSL 110.85º 0.29% 0.4% -
HSV(B) 110.85º 0.45% 0.52% -
XYZ 12.93 18.78 9.25 -
YUV 110.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 82 132 73 0.38 0 0.45 0.48 110.85 0.29 0.4
Hex 52 84 49 26 0 2D 30 6F 1D 28
Octal 122 204 111 46 0 55 60 157 35 50
Binary 1010010 10000100 1001001 100110 0 101101 110000 1101111 11101 101000

Color Harmonies of #528449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528449

Black with #528449

Text Example


Text Example

White with #528449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528449; }

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

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

background-color css

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

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

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

border-color css

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

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

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