#527540

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

Shades of Fern Green #527540

Tints of Fern Green #527540

Color information

#527540 (or 0x527540) is unknown color: approx Fern Green. HEX triplet: 52, 75 and 40. RGB value is (82,117,64). Sum of RGB (Red+Green+Blue) = 82+117+64=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #527540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527540 is #AD8ABF. Grayscale: #646464. Windows color (decimal): -11373248 or 4224338. OLE color: 4224338.

HSL color Cylindrical-coordinate representation of color #527540: hue angle of 99.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527540 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB8211764-
CMYK0.3000.450.54
HSL99.62º29.28%35.49%-
HSV(B)99.62º45.3%45.88%-
XYZ10.7714.897.16-
YUV100.49107.4114.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=31.18%
G=44.49%
B=24.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117640.3000.450.5499.6229.2835.49
Hex5275401E02D36641d23
Octal12216510036055661443543
Binary101001011101011000000111100101101110110110010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527540; }

 p { color: rgb(82,117,64); }

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

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

 a { background-color: rgb(82,117,64); }

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

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

 span { border-color: rgb(82,117,64); }

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