Html Css Color HEX #528B49 Fern Green

📋 copy color: '#528B49'

red 82 ◦ green 139 ◦ blue 73

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

Shades of Fern Green #528B49

Tints of Fern Green #528B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.28%

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

R = 27.89%
G = 47.28%
B = 24.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#528B49 (or 0x528B49) is known color: Fern Green. HEX triplet: 52, 8B and 49. RGB value is (82,139,73). Sum of RGB (Red+Green+Blue) = 82+139+73=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #528B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B49 is #AD74B6. Grayscale: #727272. Windows color (decimal): -11367607 or 4819794. OLE color: 4819794.

HSL color Cylindrical-coordinate representation of color #528B49: hue angle of 111.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #528B49 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 73 -
CMYK 0.41 0 0.47 0.45
HSL 111.82º 0.31% 0.42% -
HSV(B) 111.82º 0.47% 0.55% -
XYZ 13.91 20.74 9.57 -
YUV 114.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 82 139 73 0.41 0 0.47 0.45 111.82 0.31 0.42
Hex 52 8B 49 29 0 2F 2D 70 1F 2A
Octal 122 213 111 51 0 57 55 160 37 52
Binary 1010010 10001011 1001001 101001 0 101111 101101 1110000 11111 101010

Color Harmonies of #528B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B49

Black with #528B49

Text Example


Text Example

White with #528B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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