#65805E

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

Shades of Finlandia #65805E

Tints of Finlandia #65805E

Color information

#65805E (or 0x65805E) is unknown color: approx Finlandia. HEX triplet: 65, 80 and 5E. RGB value is (101,128,94). Sum of RGB (Red+Green+Blue) = 101+128+94=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #65805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65805E is #9A7FA1. Grayscale: #747474. Windows color (decimal): -10125218 or 6193253. OLE color: 6193253.

HSL color Cylindrical-coordinate representation of color #65805E: hue angle of 107.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65805E is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB10112894-
CMYK0.2100.270.50
HSL107.65º15.32%43.53%-
HSV(B)107.65º26.56%50.2%-
XYZ15.1119.0113.46-
YUV116.05115.55117.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=31.27%
G=39.63%
B=29.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128940.2100.270.50107.6515.3243.53
Hex65805E1501B326cf2c
Octal14520013625033621541754
Binary11001011000000010111101010101101111001011011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65805E; }

 p { color: rgb(101,128,94); }

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

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

 a { background-color: rgb(101,128,94); }

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

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

 span { border-color: rgb(101,128,94); }

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