#527140

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

Shades of Fern Green #527140

Tints of Fern Green #527140

Color information

#527140 (or 0x527140) is unknown color: approx Fern Green. HEX triplet: 52, 71 and 40. RGB value is (82,113,64). Sum of RGB (Red+Green+Blue) = 82+113+64=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #527140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527140 is #AD8EBF. Grayscale: #626262. Windows color (decimal): -11374272 or 4223314. OLE color: 4223314.

HSL color Cylindrical-coordinate representation of color #527140: hue angle of 97.96º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527140 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB8211364-
CMYK0.2700.430.56
HSL97.96º27.68%34.71%-
HSV(B)97.96º43.36%44.31%-
XYZ10.3113.977-
YUV98.15108.73116.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=31.66%
G=43.63%
B=24.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113640.2700.430.5697.9627.6834.71
Hex5271401B02B38621c23
Octal12216110033053701423443
Binary101001011100011000000110110101011111000110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527140; }

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

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

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

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

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

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

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

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