Html Css Color HEX #528B45 Fern Green

📋 copy color: '#528B45'

red 82 ◦ green 139 ◦ blue 69

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

Shades of Fern Green #528B45

Tints of Fern Green #528B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 28.28%
G = 47.93%
B = 23.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#528B45 (or 0x528B45) is known color: Fern Green. HEX triplet: 52, 8B and 45. RGB value is (82,139,69). Sum of RGB (Red+Green+Blue) = 82+139+69=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #528B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B45 is #AD74BA. Grayscale: #727272. Windows color (decimal): -11367611 or 4557650. OLE color: 4557650.

HSL color Cylindrical-coordinate representation of color #528B45: hue angle of 108.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 #528B45 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 69 -
CMYK 0.41 0 0.50 0.45
HSL 108.86º 0.34% 0.41% -
HSV(B) 108.86º 0.5% 0.55% -
XYZ 13.79 20.69 8.9 -
YUV 113.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 82 139 69 0.41 0 0.50 0.45 108.86 0.34 0.41
Hex 52 8B 45 29 0 32 2D 6D 22 29
Octal 122 213 105 51 0 62 55 155 42 51
Binary 1010010 10001011 1000101 101001 0 110010 101101 1101101 100010 101001

Color Harmonies of #528B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B45

Black with #528B45

Text Example


Text Example

White with #528B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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