#617360

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

Shades of Finlandia #617360

Tints of Finlandia #617360

Color information

#617360 (or 0x617360) is unknown color: approx Finlandia. HEX triplet: 61, 73 and 60. RGB value is (97,115,96). Sum of RGB (Red+Green+Blue) = 97+115+96=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #617360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617360 is #9E8C9F. Grayscale: #6B6B6B. Windows color (decimal): -10390688 or 6320993. OLE color: 6320993.

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

Color convert

RGB9711596-
CMYK0.1600.170.55
HSL116.84º9%41.37%-
HSV(B)116.84º16.52%45.1%-
XYZ13.1715.6513.39-
YUV107.45121.54120.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=31.49%
G=37.34%
B=31.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97115960.1600.170.55116.84941.37
Hex617360100113775929
Octal14116314020021671651151
Binary1100001111001111000001000001000111011111101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617360; }

 p { color: rgb(97,115,96); }

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

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

 a { background-color: rgb(97,115,96); }

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

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

 span { border-color: rgb(97,115,96); }

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