Html Css Color HEX #527C48 Fern Green

📋 copy color: '#527C48'

red 82 ◦ green 124 ◦ blue 72

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

Shades of Fern Green #527C48

Tints of Fern Green #527C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

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

R = 29.5%
G = 44.6%
B = 25.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#527C48 (or 0x527C48) is known color: Fern Green. HEX triplet: 52, 7C and 48. RGB value is (82,124,72). Sum of RGB (Red+Green+Blue) = 82+124+72=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #527C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C48 is #AD83B7. Grayscale: #696969. Windows color (decimal): -11371448 or 4750418. OLE color: 4750418.

HSL color Cylindrical-coordinate representation of color #527C48: hue angle of 108.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #527C48 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 72 -
CMYK 0.34 0 0.42 0.51
HSL 108.46º 0.27% 0.38% -
HSV(B) 108.46º 0.42% 0.49% -
XYZ 11.86 16.68 8.72 -
YUV 105.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 82 124 72 0.34 0 0.42 0.51 108.46 0.27 0.38
Hex 52 7C 48 22 0 2A 33 6C 1B 26
Octal 122 174 110 42 0 52 63 154 33 46
Binary 1010010 1111100 1001000 100010 0 101010 110011 1101100 11011 100110

Color Harmonies of #527C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C48

Black with #527C48

Text Example


Text Example

White with #527C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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