#527D45

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

Shades of Fern Green #527D45

Tints of Fern Green #527D45

Color information

#527D45 (or 0x527D45) is unknown color: approx Fern Green. HEX triplet: 52, 7D and 45. RGB value is (82,125,69). Sum of RGB (Red+Green+Blue) = 82+125+69=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #527D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527D45 is #AD82BA. Grayscale: #696969. Windows color (decimal): -11371195 or 4554066. OLE color: 4554066.

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

Color convert

RGB8212569-
CMYK0.3400.450.51
HSL106.07º28.87%38.04%-
HSV(B)106.07º44.8%49.02%-
XYZ11.8916.898.26-
YUV105.76107.25111.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 125 (49.22% from 255) = 45.29%
BLUE value IS 69 (27.34% from 255) = 25%
R=29.71%
G=45.29%
B=25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82125690.3400.450.51106.0728.8738.04
Hex527D452202D336a1d26
Octal12217510542055631523546
Binary1010010111110110001011000100101101110011110101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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