#527C46

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

Shades of Fern Green #527C46

Tints of Fern Green #527C46

Color information

#527C46 (or 0x527C46) is unknown color: approx Fern Green. HEX triplet: 52, 7C and 46. RGB value is (82,124,70). Sum of RGB (Red+Green+Blue) = 82+124+70=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #527C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C46 is #AD83B9. Grayscale: #696969. Windows color (decimal): -11371450 or 4619346. OLE color: 4619346.

HSL color Cylindrical-coordinate representation of color #527C46: hue angle of 106.67º 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 #527C46 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB8212470-
CMYK0.3400.440.51
HSL106.67º27.84%38.04%-
HSV(B)106.67º43.55%48.63%-
XYZ11.7916.658.39-
YUV105.29108.09111.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=29.71%
G=44.93%
B=25.36%

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
Decimal82124700.3400.440.51106.6727.8438.04
Hex527C462202C336b1c26
Octal12217410642054631533446
Binary1010010111110010001101000100101100110011110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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