Html Css Color HEX #528948 Fern Green

📋 copy color: '#528948'

red 82 ◦ green 137 ◦ blue 72

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

Shades of Fern Green #528948

Tints of Fern Green #528948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

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

R = 28.18%
G = 47.08%
B = 24.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#528948 (or 0x528948) is known color: Fern Green. HEX triplet: 52, 89 and 48. RGB value is (82,137,72). Sum of RGB (Red+Green+Blue) = 82+137+72=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #528948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528948 is #AD76B7. Grayscale: #717171. Windows color (decimal): -11368120 or 4753746. OLE color: 4753746.

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

Color convert

RGB 82 137 72 -
CMYK 0.40 0 0.47 0.46
HSL 110.77º 0.31% 0.41% -
HSV(B) 110.77º 0.47% 0.54% -
XYZ 13.6 20.15 9.3 -
YUV 113.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 82 137 72 0.40 0 0.47 0.46 110.77 0.31 0.41
Hex 52 89 48 28 0 2F 2E 6F 1F 29
Octal 122 211 110 50 0 57 56 157 37 51
Binary 1010010 10001001 1001000 101000 0 101111 101110 1101111 11111 101001

Color Harmonies of #528948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528948

Black with #528948

Text Example


Text Example

White with #528948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528948; }

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

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

background-color css

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

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

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

border-color css

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

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

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