Html Css Color HEX #527A4F Fern Green

📋 copy color: '#527A4F'

red 82 ◦ green 122 ◦ blue 79

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

Shades of Fern Green #527A4F

Tints of Fern Green #527A4F

RGB

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

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

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

R = 28.98%
G = 43.11%
B = 27.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#527A4F (or 0x527A4F) is known color: Fern Green. HEX triplet: 52, 7A and 4F. RGB value is (82,122,79). Sum of RGB (Red+Green+Blue) = 82+122+79=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #527A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A4F is #AD85B0. Grayscale: #696969. Windows color (decimal): -11371953 or 5208658. OLE color: 5208658.

HSL color Cylindrical-coordinate representation of color #527A4F: hue angle of 115.81º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527A4F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 79 -
CMYK 0.33 0 0.35 0.52
HSL 115.81º 0.21% 0.39% -
HSV(B) 115.81º 0.35% 0.48% -
XYZ 11.85 16.28 9.91 -
YUV 105.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 82 122 79 0.33 0 0.35 0.52 115.81 0.21 0.39
Hex 52 7A 4F 21 0 23 34 74 15 27
Octal 122 172 117 41 0 43 64 164 25 47
Binary 1010010 1111010 1001111 100001 0 100011 110100 1110100 10101 100111

Color Harmonies of #527A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A4F

Black with #527A4F

Text Example


Text Example

White with #527A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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