#5F735A

Color #5F735A Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #5F735A

Tints of Finlandia #5F735A

Color information

#5F735A (or 0x5F735A) is unknown color: approx Finlandia. HEX triplet: 5F, 73 and 5A. RGB value is (95,115,90). Sum of RGB (Red+Green+Blue) = 95+115+90=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #5F735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F735A is #A08CA5. Grayscale: #6A6A6A. Windows color (decimal): -10521766 or 5927775. OLE color: 5927775.

HSL color Cylindrical-coordinate representation of color #5F735A: hue angle of 108º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F735A is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB9511590-
CMYK0.1700.220.55
HSL108º12.2%40.2%-
HSV(B)108º21.74%45.1%-
XYZ12.715.4311.98-
YUV106.17118.87120.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=31.67%
G=38.33%
B=30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95115900.1700.220.5510812.240.2
Hex5F735A11016376cc28
Octal13716313221026671541450
Binary1011111111001110110101000101011011011111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F735A; }

 p { color: rgb(95,115,90); }

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

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

 a { background-color: rgb(95,115,90); }

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

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

 span { border-color: rgb(95,115,90); }

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