#527343

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

Shades of Fern Green #527343

Tints of Fern Green #527343

Color information

#527343 (or 0x527343) is unknown color: approx Fern Green. HEX triplet: 52, 73 and 43. RGB value is (82,115,67). Sum of RGB (Red+Green+Blue) = 82+115+67=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #527343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527343 is #AD8CBC. Grayscale: #636363. Windows color (decimal): -11373757 or 4420434. OLE color: 4420434.

HSL color Cylindrical-coordinate representation of color #527343: hue angle of 101.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #527343 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB8211567-
CMYK0.2900.420.55
HSL101.25º26.37%35.69%-
HSV(B)101.25º41.74%45.1%-
XYZ10.6214.467.54-
YUV99.66109.57115.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 67 (26.56% from 255) = 25.38%
R=31.06%
G=43.56%
B=25.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115670.2900.420.55101.2526.3735.69
Hex5273431D02A37651a24
Octal12216310335052671453244
Binary101001011100111000011111010101010110111110010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527343; }

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

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

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

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

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

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

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

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