#5F735D

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

Shades of Finlandia #5F735D

Tints of Finlandia #5F735D

Color information

#5F735D (or 0x5F735D) is unknown color: approx Finlandia. HEX triplet: 5F, 73 and 5D. RGB value is (95,115,93). Sum of RGB (Red+Green+Blue) = 95+115+93=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #5F735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F735D is #A08CA2. Grayscale: #6A6A6A. Windows color (decimal): -10521763 or 6124383. OLE color: 6124383.

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

Color convert

RGB9511593-
CMYK0.1700.190.55
HSL114.55º10.58%40.78%-
HSV(B)114.55º19.13%45.1%-
XYZ12.8315.4812.67-
YUV106.51120.37119.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=31.35%
G=37.95%
B=30.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95115930.1700.190.55114.5510.5840.78
Hex5F735D110133773b29
Octal13716313521023671631351
Binary1011111111001110111011000101001111011111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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