Html Css Color HEX #527C4F Fern Green

📋 copy color: '#527C4F'

red 82 ◦ green 124 ◦ blue 79

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

Shades of Fern Green #527C4F

Tints of Fern Green #527C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 28.77%
G = 43.51%
B = 27.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#527C4F (or 0x527C4F) is known color: Fern Green. HEX triplet: 52, 7C and 4F. RGB value is (82,124,79). Sum of RGB (Red+Green+Blue) = 82+124+79=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #527C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C4F is #AD83B0. Grayscale: #6A6A6A. Windows color (decimal): -11371441 or 5209170. OLE color: 5209170.

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

Color convert

RGB 82 124 79 -
CMYK 0.34 0 0.36 0.51
HSL 116º 0.22% 0.4% -
HSV(B) 116º 0.36% 0.49% -
XYZ 12.1 16.77 10 -
YUV 106.31 112.59 110.66 -
System Red Green Blue C M Y K H S L
Decimal 82 124 79 0.34 0 0.36 0.51 116 0.22 0.4
Hex 52 7C 4F 22 0 24 33 74 16 28
Octal 122 174 117 42 0 44 63 164 26 50
Binary 1010010 1111100 1001111 100010 0 100100 110011 1110100 10110 101000

Color Harmonies of #527C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C4F

Black with #527C4F

Text Example


Text Example

White with #527C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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