Html Css Color HEX #527A49 Fern Green

📋 copy color: '#527A49'

red 82 ◦ green 122 ◦ blue 73

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

Shades of Fern Green #527A49

Tints of Fern Green #527A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.04%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 29.6%
G = 44.04%
B = 26.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#527A49 (or 0x527A49) is known color: Fern Green. HEX triplet: 52, 7A and 49. RGB value is (82,122,73). Sum of RGB (Red+Green+Blue) = 82+122+73=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #527A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527A49 is #AD85B6. Grayscale: #686868. Windows color (decimal): -11371959 or 4815442. OLE color: 4815442.

HSL color Cylindrical-coordinate representation of color #527A49: hue angle of 108.98º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527A49 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 73 -
CMYK 0.33 0 0.40 0.52
HSL 108.98º 0.25% 0.38% -
HSV(B) 108.98º 0.4% 0.48% -
XYZ 11.64 16.19 8.82 -
YUV 104.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 82 122 73 0.33 0 0.40 0.52 108.98 0.25 0.38
Hex 52 7A 49 21 0 28 34 6D 19 26
Octal 122 172 111 41 0 50 64 155 31 46
Binary 1010010 1111010 1001001 100001 0 101000 110100 1101101 11001 100110

Color Harmonies of #527A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A49

Black with #527A49

Text Example


Text Example

White with #527A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,122,73); }

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

background-color css

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

 a { background-color: rgb(82,122,73); }

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

border-color css

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

 span { border-color: rgb(82,122,73); }

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