Html Css Color HEX #528D46 Fern Green

📋 copy color: '#528D46'

red 82 ◦ green 141 ◦ blue 70

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

Shades of Fern Green #528D46

Tints of Fern Green #528D46

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.12%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 27.99%
G = 48.12%
B = 23.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#528D46 (or 0x528D46) is known color: Fern Green. HEX triplet: 52, 8D and 46. RGB value is (82,141,70). Sum of RGB (Red+Green+Blue) = 82+141+70=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #528D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D46 is #AD72B9. Grayscale: #737373. Windows color (decimal): -11367098 or 4623698. OLE color: 4623698.

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

Color convert

RGB 82 141 70 -
CMYK 0.42 0 0.50 0.45
HSL 109.86º 0.34% 0.41% -
HSV(B) 109.86º 0.5% 0.55% -
XYZ 14.11 21.29 9.16 -
YUV 115.27 102.45 104.27 -
System Red Green Blue C M Y K H S L
Decimal 82 141 70 0.42 0 0.50 0.45 109.86 0.34 0.41
Hex 52 8D 46 2A 0 32 2D 6E 22 29
Octal 122 215 106 52 0 62 55 156 42 51
Binary 1010010 10001101 1000110 101010 0 110010 101101 1101110 100010 101001

Color Harmonies of #528D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D46

Black with #528D46

Text Example


Text Example

White with #528D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,141,70); }

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

background-color css

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

 a { background-color: rgb(82,141,70); }

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

border-color css

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

 span { border-color: rgb(82,141,70); }

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