Html Css Color HEX #528248 Fern Green

📋 copy color: '#528248'

red 82 ◦ green 130 ◦ blue 72

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

Shades of Fern Green #528248

Tints of Fern Green #528248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 28.87%
G = 45.77%
B = 25.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#528248 (or 0x528248) is known color: Fern Green. HEX triplet: 52, 82 and 48. RGB value is (82,130,72). Sum of RGB (Red+Green+Blue) = 82+130+72=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #528248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528248 is #AD7DB7. Grayscale: #6D6D6D. Windows color (decimal): -11369912 or 4751954. OLE color: 4751954.

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

Color convert

RGB 82 130 72 -
CMYK 0.37 0 0.45 0.49
HSL 109.66º 0.29% 0.4% -
HSV(B) 109.66º 0.45% 0.51% -
XYZ 12.63 18.23 8.98 -
YUV 109.04 107.1 108.72 -
System Red Green Blue C M Y K H S L
Decimal 82 130 72 0.37 0 0.45 0.49 109.66 0.29 0.4
Hex 52 82 48 25 0 2D 31 6E 1D 28
Octal 122 202 110 45 0 55 61 156 35 50
Binary 1010010 10000010 1001000 100101 0 101101 110001 1101110 11101 101000

Color Harmonies of #528248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528248

Black with #528248

Text Example


Text Example

White with #528248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528248; }

 p { color: rgb(82,130,72); }

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

background-color css

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

 a { background-color: rgb(82,130,72); }

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

border-color css

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

 span { border-color: rgb(82,130,72); }

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