#527D4D

Color #527D4D Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #527D4D

Tints of Fern Green #527D4D

Color information

#527D4D (or 0x527D4D) is unknown color: approx Fern Green. HEX triplet: 52, 7D and 4D. RGB value is (82,125,77). Sum of RGB (Red+Green+Blue) = 82+125+77=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 125 - color contains mainly: green. Hex color #527D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D4D is #AD82B2. Grayscale: #6A6A6A. Windows color (decimal): -11371187 or 5078354. OLE color: 5078354.

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

Color convert

RGB8212577-
CMYK0.3400.380.51
HSL113.75º23.76%39.61%-
HSV(B)113.75º38.4%49.02%-
XYZ12.15179.66-
YUV106.67111.25110.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 125 (49.22% from 255) = 44.01%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=28.87%
G=44.01%
B=27.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82125770.3400.380.51113.7523.7639.61
Hex527D4D2202633721828
Octal12217511542046631623050
Binary1010010111110110011011000100100110110011111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,125,77); }

 H1.HeaderClassName
 {
   color: #527D4D;
 }
 .AnyTagClassName
 {
   color: #527D4D;
 }
</style>
background-color css

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

 a { background-color: rgb(82,125,77); }

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

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

 span { border-color: rgb(82,125,77); }

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