Html Css Color HEX #528848 Fern Green

📋 copy color: '#528848'

red 82 ◦ green 136 ◦ blue 72

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

Shades of Fern Green #528848

Tints of Fern Green #528848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.9%

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

R = 28.28%
G = 46.9%
B = 24.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#528848 (or 0x528848) is known color: Fern Green. HEX triplet: 52, 88 and 48. RGB value is (82,136,72). Sum of RGB (Red+Green+Blue) = 82+136+72=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #528848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528848 is #AD77B7. Grayscale: #707070. Windows color (decimal): -11368376 or 4753490. OLE color: 4753490.

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

Color convert

RGB 82 136 72 -
CMYK 0.40 0 0.47 0.47
HSL 110.63º 0.31% 0.41% -
HSV(B) 110.63º 0.47% 0.53% -
XYZ 13.45 19.87 9.26 -
YUV 112.56 105.11 106.2 -
System Red Green Blue C M Y K H S L
Decimal 82 136 72 0.40 0 0.47 0.47 110.63 0.31 0.41
Hex 52 88 48 28 0 2F 2F 6F 1F 29
Octal 122 210 110 50 0 57 57 157 37 51
Binary 1010010 10001000 1001000 101000 0 101111 101111 1101111 11111 101001

Color Harmonies of #528848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528848

Black with #528848

Text Example


Text Example

White with #528848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528848; }

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

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

background-color css

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

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

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

border-color css

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

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

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