#527D46

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

Shades of Fern Green #527D46

Tints of Fern Green #527D46

Color information

#527D46 (or 0x527D46) is unknown color: approx Fern Green. HEX triplet: 52, 7D and 46. RGB value is (82,125,70). Sum of RGB (Red+Green+Blue) = 82+125+70=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #527D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527D46 is #AD82B9. Grayscale: #6A6A6A. Windows color (decimal): -11371194 or 4619602. OLE color: 4619602.

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

Color convert

RGB8212570-
CMYK0.3400.440.51
HSL106.91º28.21%38.24%-
HSV(B)106.91º44%49.02%-
XYZ11.9216.98.43-
YUV105.87107.75110.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=29.60%
G=45.13%
B=25.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82125700.3400.440.51106.9128.2138.24
Hex527D462202C336b1c26
Octal12217510642054631533446
Binary1010010111110110001101000100101100110011110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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