Html Css Color HEX #528548 Fern Green

📋 copy color: '#528548'

red 82 ◦ green 133 ◦ blue 72

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

Shades of Fern Green #528548

Tints of Fern Green #528548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 28.57%
G = 46.34%
B = 25.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#528548 (or 0x528548) is known color: Fern Green. HEX triplet: 52, 85 and 48. RGB value is (82,133,72). Sum of RGB (Red+Green+Blue) = 82+133+72=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #528548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528548 is #AD7AB7. Grayscale: #6E6E6E. Windows color (decimal): -11369144 or 4752722. OLE color: 4752722.

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

Color convert

RGB 82 133 72 -
CMYK 0.38 0 0.46 0.48
HSL 110.16º 0.3% 0.4% -
HSV(B) 110.16º 0.46% 0.52% -
XYZ 13.04 19.04 9.12 -
YUV 110.8 106.1 107.46 -
System Red Green Blue C M Y K H S L
Decimal 82 133 72 0.38 0 0.46 0.48 110.16 0.3 0.4
Hex 52 85 48 26 0 2E 30 6E 1E 28
Octal 122 205 110 46 0 56 60 156 36 50
Binary 1010010 10000101 1001000 100110 0 101110 110000 1101110 11110 101000

Color Harmonies of #528548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528548

Black with #528548

Text Example


Text Example

White with #528548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528548; }

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

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

background-color css

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

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

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

border-color css

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

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

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