Html Css Color HEX #527948 Fern Green

📋 copy color: '#527948'

red 82 ◦ green 121 ◦ blue 72

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

Shades of Fern Green #527948

Tints of Fern Green #527948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44%

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

R = 29.82%
G = 44%
B = 26.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#527948 (or 0x527948) is known color: Fern Green. HEX triplet: 52, 79 and 48. RGB value is (82,121,72). Sum of RGB (Red+Green+Blue) = 82+121+72=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #527948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527948 is #AD86B7. Grayscale: #676767. Windows color (decimal): -11372216 or 4749650. OLE color: 4749650.

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

Color convert

RGB 82 121 72 -
CMYK 0.32 0 0.40 0.53
HSL 107.76º 0.25% 0.38% -
HSV(B) 107.76º 0.4% 0.47% -
XYZ 11.49 15.94 8.6 -
YUV 103.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 82 121 72 0.32 0 0.40 0.53 107.76 0.25 0.38
Hex 52 79 48 20 0 28 35 6C 19 26
Octal 122 171 110 40 0 50 65 154 31 46
Binary 1010010 1111001 1001000 100000 0 101000 110101 1101100 11001 100110

Color Harmonies of #527948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527948

Black with #527948

Text Example


Text Example

White with #527948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527948; }

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

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

background-color css

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

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

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

border-color css

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

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

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