#527543

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

Shades of Fern Green #527543

Tints of Fern Green #527543

Color information

#527543 (or 0x527543) is unknown color: approx Fern Green. HEX triplet: 52, 75 and 43. RGB value is (82,117,67). Sum of RGB (Red+Green+Blue) = 82+117+67=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #527543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527543 is #AD8ABC. Grayscale: #656565. Windows color (decimal): -11373245 or 4420946. OLE color: 4420946.

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

Color convert

RGB8211767-
CMYK0.3000.430.54
HSL102º27.17%36.08%-
HSV(B)102º42.74%45.88%-
XYZ10.8514.927.62-
YUV100.84108.9114.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=30.83%
G=43.98%
B=25.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117670.3000.430.5410227.1736.08
Hex5275431E02B36661b24
Octal12216510336053661463344
Binary101001011101011000011111100101011110110110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527543; }

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

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

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

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

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

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

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

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