#527546

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

Shades of Fern Green #527546

Tints of Fern Green #527546

Color information

#527546 (or 0x527546) is unknown color: approx Fern Green. HEX triplet: 52, 75 and 46. RGB value is (82,117,70). Sum of RGB (Red+Green+Blue) = 82+117+70=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #527546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527546 is #AD8AB9. Grayscale: #656565. Windows color (decimal): -11373242 or 4617554. OLE color: 4617554.

HSL color Cylindrical-coordinate representation of color #527546: hue angle of 104.68º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527546 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB8211770-
CMYK0.3000.400.54
HSL104.68º25.13%36.67%-
HSV(B)104.68º40.17%45.88%-
XYZ10.9514.968.1-
YUV101.18110.4114.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=30.48%
G=43.49%
B=26.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117700.3000.400.54104.6825.1336.67
Hex5275461E02836691925
Octal12216510636050661513145
Binary101001011101011000110111100101000110110110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527546; }

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

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

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

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

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

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

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

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